The local policy for how we will handle video retention on poor connections. More...
Public Member Functions | |
VideoRetentionPolicy (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static VideoRetentionPolicy | getByAssignedValue (int value) |
Public Attributes | |
AlwaysRetain =(1) | |
Video will always be retained regardless of connection viability. More... | |
DynamicRetention =(2) | |
Video will be dynamically disabled or enabled dependant on the connections restraints. More... | |
NeverRetain =(3) | |
Video will be disabled and stay disabled on first indication of failure. More... | |
The local policy for how we will handle video retention on poor connections.
fm.liveswitch.VideoRetentionPolicy.VideoRetentionPolicy | ( | int | value | ) |
|
static |
int fm.liveswitch.VideoRetentionPolicy.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.VideoRetentionPolicy.AlwaysRetain =(1) |
Video will always be retained regardless of connection viability.
fm.liveswitch.VideoRetentionPolicy.DynamicRetention =(2) |
Video will be dynamically disabled or enabled dependant on the connections restraints.
fm.liveswitch.VideoRetentionPolicy.NeverRetain =(3) |
Video will be disabled and stay disabled on first indication of failure.