ACSOutgoingVideoOptions (clase)
Declaración
@interface ACSOutgoingVideoOptions : NSObject;
Descripción
Mantener las propiedades que configuran OutgoingVideoStreams
Métodos
init
Constructor predeterminado
-(instancetype)init;
Propiedades
secuencias
Obtener o establecer OutgoingVideoStreams debe iniciarse una vez que se inicie la llamada.
@property (copy, nonnull) NSArray<ACSOutgoingVideoStream *> * streams;