CLASSE ACSRemoteVideoStreamsEventArgs
Déclaration
DEPRECATED_MSG_ATTRIBUTE("Use VideoStreamStateChangedEventArgs instead") @interface ACSRemoteVideoStreamsEventArgs : NSObject;
Description
Informations sur les flux vidéo distants ajoutés ou supprimés
Méthodes
Propriétés
addedRemoteVideoStreams
Flux vidéo distants qui ont été ajoutés à l’appel actuel
@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * addedRemoteVideoStreams;
removedRemoteVideoStreams
Flux vidéo distants qui ne font plus partie de l’appel actuel
@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * removedRemoteVideoStreams;