Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;