mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
conference: add joinMuted property (#19)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user