ACSOutgoingVideoOptions Class
Declaration
@interface ACSOutgoingVideoOptions : NSObject;
Description
Hold properties that configure OutgoingVideoStreams
Methods
init
Default constructor
-(instancetype)init;
Properties
streams
Get or set the OutgoingVideoStreams should start once the call start
@property (copy, nonnull) NSArray<ACSOutgoingVideoStream *> * streams;