Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
DEPRECATED_MSG_ATTRIBUTE("Use VideoStreamStateChangedEventArgs instead") @interface ACSLocalVideoStreamsUpdatedEventArgs : NSObject;
Description
Describes a LocalVideoStreamsUpdated event data
Methods
Properties
addedStreams
List of LocalVideoStream that were added
@property (copy, nonnull, readonly) NSArray<ACSLocalVideoStream *> * addedStreams;
removedStreams
List of LocalVideoStream that were removed
@property (copy, nonnull, readonly) NSArray<ACSLocalVideoStream *> * removedStreams;