ACSRemoteVideoStream 类

声明

@interface ACSRemoteVideoStream : ACSIncomingVideoStream;

说明

远程参与者上的视频流

方法

属性

delegate

提供用于接收来自此 ACSRemoteVideoStream 实例的事件的对象。

@property(nonatomic, assign) id<ACSRemoteVideoStreamDelegate> delegate;

isAvailable

当远程视频流可用时为 True。

@property (readonly) BOOL isAvailable DEPRECATED_MSG_ATTRIBUTE("Use state property instead");