Rate this page:

VideoFlags

Specifies video direction for call.

Constructors

VideoFlags

Copy URL
 VideoFlags()

Default constructor that sets "receiveVideo" and "sendVideo" to true.

VideoFlags

Copy URL
 VideoFlags(

boolean

receiveVideo,

boolean

sendVideo
)

Constructor

Parameters

  • receiveVideo:

    boolean

    Specify if video receive is enabled for a call

  • sendVideo:

    boolean

    Specify if video send is enabled for a call

Props

receiveVideo

Copy URL
public 

boolean

receiveVideo

Specify if video receiving is enabled for a call

Returns

  • type:

    boolean

sendVideo

Copy URL
public 

boolean

sendVideo

Specify if video sending is enabled for a call

Returns

  • type:

    boolean