ACSVideoStreamStateChangedEventArgs (clase)
Declaración
@interface ACSVideoStreamStateChangedEventArgs : NSObject;
Descripción
Contiene información sobre callVideoStream que contiene; el estado de s ha cambiado
Métodos
Propiedades
flujo
CallVideoStream que cambia el estado
@property (retain, nonnull, readonly) ACSCallVideoStream * stream;
message
Contiene un mensaje importante sobre el funcionamiento de CallVideoStream.
@property (retain, nonnull, readonly) NSString * message;