add support for conference members joining in a muted state

This commit is contained in:
Dave Horton
2021-09-25 13:50:16 -04:00
parent 708c13d5f6
commit 4c61ae5fbd
3 changed files with 12 additions and 7 deletions

View File

@@ -87,6 +87,7 @@
"startConferenceOnEnter": "boolean",
"endConferenceOnExit": "boolean",
"maxParticipants": "number",
"joinMuted": "boolean",
"actionHook": "object|string",
"waitHook": "object|string",
"statusEvents": "array",