Rate this page:

VideoFlags

Specifies video direction for a call.

Constructors

VideoFlags

Copy URL

Returns

  • type:

    void

Props

ReceiveVideo

Copy URL

bool

ReceiveVideo { get; set; }

Specify if video receiving is enabled for a call.

Returns

  • type:

    bool

SendVideo

Copy URL

bool

SendVideo { get; set; }

Specify if video sending is enabled for a call.

Returns

  • type:

    bool