Compartir a través de


ACSRemoteVideoStreamsEventArgs (Clase)

Declaración

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

Description

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

Methods

Propiedades

addedRemoteVideoStreams

Transmisiones de video remotas que se han agregado a la llamada actual

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

removedRemoteVideoStreams

Transmisiones de video remotas que ya no forman parte de la llamada actual

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