ACSRemoteVideoStreamsEventArgs, klasa
Deklaracji
DEPRECATED_MSG_ATTRIBUTE("Use VideoStreamStateChangedEventArgs instead") @interface ACSRemoteVideoStreamsEventArgs : NSObject;
Opis
Informacje o zdalnych strumieniach wideo dodanych lub usuniętych
Metody
Właściwości
addedRemoteVideoStreams
Zdalne strumienie wideo, które zostały dodane do bieżącego wywołania
@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * addedRemoteVideoStreams;
removedRemoteVideoStreams
Zdalne strumienie wideo, które nie są już częścią bieżącego wywołania
@property (copy, nonnull, readonly) NSArray<ACSRemoteVideoStream *> * removedRemoteVideoStreams;