Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection) More...
Public Member Functions | |
IcePolicy (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static IcePolicy | getByAssignedValue (int value) |
Public Attributes | |
Required =(1) | |
Indicates that ICE connectivity checks are enabled and required on a Connection. More... | |
Disabled =(2) | |
Indicates that ICE is disabled on a Connection. More... | |
Negotiated =(3) | |
Indicates that ICE connectivity checks will be conducted only if supported by the other party. More... | |
Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection)
fm.liveswitch.IcePolicy.IcePolicy | ( | int | value | ) |
|
static |
int fm.liveswitch.IcePolicy.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.IcePolicy.Disabled =(2) |
Indicates that ICE is disabled on a Connection.
fm.liveswitch.IcePolicy.Negotiated =(3) |
Indicates that ICE connectivity checks will be conducted only if supported by the other party.
fm.liveswitch.IcePolicy.Required =(1) |
Indicates that ICE connectivity checks are enabled and required on a Connection.