/ fm / liveswitch / IceGatherPolicy
Enumeration: IceGatherPolicy
fm.liveswitch.IceGatherPolicy
The local policy for gathering candidates.
Table of contents
Enumeration members
Enumeration members
All
• All: = 1
All candidates (host, reflexive, and relay) will be gathered.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatherPolicy.ts:14
NoHost
• NoHost: = 2
Only reflexive and relay candidates will be gathered.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatherPolicy.ts:20
Relay
• Relay: = 3
Only relay candidates will be gathered.
Defined in: Generated/TypeScript/fm.liveswitch/IceGatherPolicy.ts:26