session-ios/Session/Signal/RemoteVideoView.h

18 lines
366 B
C
Raw Normal View History

2017-10-04 17:00:59 +02:00
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <WebRTC/RTCVideoRenderer.h>
NS_ASSUME_NONNULL_BEGIN
2017-10-04 17:00:59 +02:00
/**
2017-10-04 21:19:36 +02:00
* Drives the full screen remote video. This is *not* a swift class
* so we can take advantage of some compile time constants from WebRTC
2017-10-04 17:00:59 +02:00
*/
@interface RemoteVideoView : UIView <RTCVideoRenderer>
@end
NS_ASSUME_NONNULL_END