VideoFlags
Specifies video direction for a call.
Constructors
VideoFlags
Returns
type:
void
Props
ReceiveVideo
bool
ReceiveVideo { get; set; }
Specify if video receiving is enabled for a call.
Returns
type:
bool
SendVideo
bool
SendVideo { get; set; }
Specify if video sending is enabled for a call.
Returns
type:
bool