Compartir a través de


ACSVideoStreamStateChangedEventArgs (Clase)

Declaración

@interface ACSVideoStreamStateChangedEventArgs : NSObject;

Description

Contiene información sobre CallVideoStream que; ha cambiado

Methods

Propiedades

flujo

CallVideoStream que ha cambiado de estado

@property (retain, nonnull, readonly) ACSCallVideoStream * stream;

Mensaje

Contiene un mensaje importante sobre el funcionamiento de CallVideoStream.

@property (retain, nonnull, readonly) NSString * message;