ACSVideoOptions Class

Declaration

DEPRECATED_MSG_ATTRIBUTE("Use incomingVideoOptions and outgoingVideoOptions instead") @interface ACSVideoOptions : NSObject;

Description

Property bag class for Video Options. Use this class to set video options required during a call (start/accept/join)

Methods

init

Receives an array of OutgoingVideoStream's that will be added to the call once it start's.

-(instancetype)init:(NSArray<ACSLocalVideoStream *> *)localVideoStreams;

Parameters

  • localVideoStreams -

Properties

localVideoStreams

The video stream that is used to render the video on the UI surface

@property (copy, nonnull, readonly) NSArray<ACSLocalVideoStream *> * localVideoStreams;