ACSRemoteVideoStreamsEventArgs Class

Declaration

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

Description

Information about remote video streams added or removed

Methods

Properties

addedRemoteVideoStreams

Remote video streams that have been added to the current call

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

removedRemoteVideoStreams

Remote video streams that are no longer part of the current call

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