Dial-In
The Dial-in option allows meeting participants to join via a phone call. This is particularly useful if they have internet issues, are traveling, or cannot use video for other reasons.
Setup
Per room configuration
{
"endDate": "2099-03-25T13:30:00.000Z",
“isDialInEnabled”: true,
"fields": ["dialIn"]
}{
"startDate": "<now>",
"endDate": "2099-03-25T13:30:00.000Z",
"roomName": "/example-room”,
"roomUrl": "https://example.whereby.com/example-room",
"meetingId": "1234",
"dialIn": {
"code": "1234567890",
"phoneNumbers": [
{
"countryCode": "US",
"phoneNumber": "111-867-5309"
}
]
},
"roomPreferences": {
"dialIn": true
}
}
Getting details of the dial-in access codes
Creating callable links
Additional information
Using webhooks
Known limitations
Last updated
Was this helpful?

