ACSScreenShareOutgoingVideoStream Class
Declaration
@interface ACSScreenShareOutgoingVideoStream : ACSRawOutgoingVideoStream;
Description
Screen Share stream information
Methods
init
Constructor used to create an instance of a stream that send's screen frames
-(instancetype)init:(ACSRawOutgoingVideoStreamOptions *)videoStreamOptions;
Parameters
videoStreamOptions
- Video options to be used on order to send the frames properly.
Properties
delegate
An object you provide to receive events from this ACSScreenShareOutgoingVideoStream instance.
@property(nonatomic, assign) id<ACSScreenShareOutgoingVideoStreamDelegate> delegate;