conference: add joinMuted property (#19)

This commit is contained in:
Dave Horton
2021-09-25 16:28:46 -04:00
committed by GitHub
parent 78dd1ba1d3
commit 57295c85b6

View File

@@ -19,9 +19,10 @@ You can use the following attributes in the `conference` command:
| beep | if true, play a beep tone to the conference when caller enters (default: false) | no |
| endConferenceOnExit | if true, end the conference when this caller hangs up (default: false) | no |
| enterHook | A webhook to retrieve something to play or say to the caller just before they are put into a conference after waiting for it to start| no |
| joinMuted | if true, this caller will join th conference with their audio muted | no |
| maxParticipants | maximum number of participants that will be allowed in the conference | no |
| name | name of the conference | yes |
| startConferenceOnEnter | if true, start the conference only when this caller enters (default: true) | no |
| startConferenceOnEnter | if true, start the conference only when this caller enters. This also designates this caller as a moderator of the conference (default: true) | no |
| statusHook | A webhook to call with conference status events | no |
| statusEvents | An array of events for which the statusHook should be called to. See below for details. | no |
| waitHook | A webhook to retrieve commands to play or say while the caller is waiting for the conference to start | no |