ACSRemoteVideoStream Class
Declaration
@interface ACSRemoteVideoStream : ACSIncomingVideoStream;
Description
Video stream on remote participant
Methods
Properties
delegate
An object you provide to receive events from this ACSRemoteVideoStream instance.
@property(nonatomic, assign) id<ACSRemoteVideoStreamDelegate> delegate;
isAvailable
True when remote video stream is available.
@property (readonly) BOOL isAvailable DEPRECATED_MSG_ATTRIBUTE("Use state property instead");