Rate this page:

VIVideoFlags

Specifies video direction for call.

Methods

defaultVideoFlags

Static
Copy URL
+ (

instancetype

)defaultVideoFlags

Default VIVideoFlags with receiveVideo and sendVideo set to YES.

Returns

  • type:

    instancetype

videoFlagsWithReceiveVideo:sendVideo:

Static
Copy URL
+ (

instancetype

)videoFlagsWithReceiveVideo:(

BOOL

)receiveVideo
sendVideo:(

BOOL

)sendVideo

Creates VIVideoFlags instance with specified video directions.

Parameters

  • receiveVideo:

    BOOL

    Specify if video receiving is enabled for a call.

  • sendVideo:

    BOOL

    Specify if video sending is enabled for a call.

Returns

  • type:

    instancetype

Props

receiveVideo

Copy URL
@property (assign, nonatomic) 

BOOL

receiveVideo

Specify if video receiving is enabled for a call.

Returns

  • type:

    BOOL

sendVideo

Copy URL
@property (assign, nonatomic) 

BOOL

sendVideo

Specify if video sending is enabled for a call.

Returns

  • type:

    BOOL