ACSRemoteVideoStreamsEventArgs (clase)
DEPRECATED_MSG_ATTRIBUTE("Use VideoStreamStateChangedEventArgs instead") @interface ACSRemoteVideoStreamsEventArgs : NSObject;
Información sobre las secuencias de vídeo remotas agregadas o eliminadas
Secuencias de vídeo remotas que se han agregado a la llamada actual
@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * addedRemoteVideoStreams;
Secuencias de vídeo remotas que ya no forman parte de la llamada actual
@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * removedRemoteVideoStreams;