Condividi tramite


Classe ACSRemoteVideoStreamsEventArgs

Dichiarazione

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

Descrizione

Informazioni sui flussi video remoti aggiunti o rimossi

Metodi

Proprietà

addedRemoteVideoStreams

Flussi video remoti aggiunti alla chiamata corrente

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

removedRemoteVideoStreams

Flussi video remoti che non fanno più parte della chiamata corrente

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