ACSIncomingVideoOptions Class

Declaration

@interface ACSIncomingVideoOptions : NSObject;

Description

Hold properties that configure incoming video streams

Methods

init

Default constructor

-(instancetype)init;

Properties

streamType

Get or set the Incoming Video Stream that should be provided

@property ACSVideoStreamType streamType;