Enum VideoRetentionPolicy
The local policy for how we will handle video retention on poor connections.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum VideoRetentionPolicy : int
Fields
| Name | Description |
|---|---|
| AlwaysRetain | Video will always be retained regardless of connection viability |
| DynamicRetention | Video will be dynamically disabled or enabled dependant on the connections restraints |
| NeverRetain | Video will be disabled and stay disabled on first indication of failure |