Rate this page:

VideoFlags

Specifies video direction for a call.

Constructors

VideoFlags

Copy URL

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

VideoFlags

Copy URL

Constructor.

Parameters

  • receiveVideo:

    boolean

    Whether video receiving is enabled for a call

  • sendVideo:

    boolean

    Whether video sending is enabled for a call

Props

receiveVideo

Copy URL
receiveVideo: 

Whether video receiving is enabled for a call.

Returns

  • type:

    boolean

sendVideo

Copy URL
sendVideo: 

Whether video sending is enabled for a call.

Returns

  • type:

    boolean