Compartir a través de


ACSRemoteVideoStreamsEventArgs (clase)

Declaración

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

Descripción

Información sobre las secuencias de vídeo remotas agregadas o eliminadas

Métodos

Propiedades

addedRemoteVideoStreams

Secuencias de vídeo remotas que se han agregado a la llamada actual

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

removedRemoteVideoStreams

Secuencias de vídeo remotas que ya no forman parte de la llamada actual

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