Compartir a través de


ACSOutgoingVideoOptions (Clase)

Declaración

@interface ACSOutgoingVideoOptions : NSObject;

Description

Mantener las propiedades que configuran OutgoingVideoStreams

Methods

inicialización

Constructor predeterminado

-(instancetype)init;

Propiedades

secuencias

Obtener o establecer que OutgoingVideoStreams debe iniciarse una vez que se inicie la llamada

@property (copy, nonnull) NSArray<ACSOutgoingVideoStream *> * streams;