다음을 통해 공유


ACSRemoteVideoStreamsEventArgs 클래스

선언

DEPRECATED_MSG_ATTRIBUTE("Use VideoStreamStateChangedEventArgs instead") @interface ACSRemoteVideoStreamsEventArgs : NSObject;

Description

추가 또는 제거된 원격 비디오 스트림에 대한 정보

메서드

속성

addedRemoteVideoStreams

현재 호출에 추가된 원격 비디오 스트림

@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * addedRemoteVideoStreams;

removedRemoteVideoStreams

현재 호출에 더 이상 포함되지 않는 원격 비디오 스트림

@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * removedRemoteVideoStreams;