Skip to content

Files

Latest commit

11d70ac · Jan 9, 2025

History

History
14 lines (10 loc) · 663 Bytes

PlayBeep.md

File metadata and controls

14 lines (10 loc) · 663 Bytes

freeclimb.Enums.PlayBeep

Indicates whether to play a beep when a Participant enters or leaves the Conference. either always, never, entryOnly, or exitOnly. Leaving this unset will make conference default to always

Properties

Name Value Notes
ALWAYS always Represented in C# as 1
NEVER never Represented in C# as 2
ENTRY_ONLY entryOnly Represented in C# as 3
EXIT_ONLY exitOnly Represented in C# as 4

[Back to Model list] [Back to API list] [Back to README]