Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 522 Bytes

File metadata and controls

17 lines (8 loc) · 522 Bytes

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

Enum

  • ALWAYS (value: 'always')

  • NEVER (value: 'never')

  • ENTRYONLY (value: 'entryOnly')

  • EXITONLY (value: 'exitOnly')

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