VideoFlags
Specifies video direction for a call.
Constructors
VideoFlags
VideoFlags()Default constructor that sets "receiveVideo" and "sendVideo" to true.
VideoFlags
VideoFlags(boolean
receiveVideo, boolean
sendVideo)Constructor.
Parameters
receiveVideo:
boolean
Whether video receiving is enabled for a call
sendVideo:
boolean
Whether video sending is enabled for a call
Props
receiveVideo
public boolean
receiveVideoWhether video receiving is enabled for a call.
Returns
type:
boolean
sendVideo
public boolean
sendVideoWhether video sending is enabled for a call.
Returns
type:
boolean