/ fm / liveswitch / VideoRetentionPolicy
Enumeration: VideoRetentionPolicy
fm.liveswitch.VideoRetentionPolicy
The local policy for how we will handle video retention on poor connections.
Table of contents
Enumeration members
Enumeration members
AlwaysRetain
• AlwaysRetain: = 1
Video will always be retained regardless of connection viability
Defined in: Generated/TypeScript/fm.liveswitch/VideoRetentionPolicy.ts:14
DynamicRetention
• DynamicRetention: = 2
Video will be dynamically disabled or enabled dependant on the connections restraints
Defined in: Generated/TypeScript/fm.liveswitch/VideoRetentionPolicy.ts:20
NeverRetain
• NeverRetain: = 3
Video will be disabled and stay disabled on first indication of failure
Defined in: Generated/TypeScript/fm.liveswitch/VideoRetentionPolicy.ts:26