Webinars and Sessions
Create Webinar Session
Creates a new Session for a given Webinar
post/webinar/configuration/v1/webinars/{webinarId}/sessions
Request body
Example request
{
"scheduledDuration": 1800,
"timeZone": "America/New_York",
"localizedTimeZoneDescription": "Eastern Time (America/New_York)",
"panelJoinTimeOffset": 900,
"title": "Live Broadcasting US",
"description": "Live session for US-based participants",
"status": "Scheduled",
"hostJoinUri": "https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj",
"localeCode": "en-US"
}Response
Successful response, new Session is created
Example response
{
"id": "78654321",
"scheduledDuration": 1800,
"timeZone": "America/New_York",
"localizedTimeZoneDescription": "Eastern Time (America/New_York)",
"panelJoinTimeOffset": 900,
"title": "Live Broadcasting US",
"description": "Live session for US-based participants",
"status": "Scheduled",
"hostJoinUri": "https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj",
"localeCode": "en-US",
"videoBridgeId": "839874770",
"videoBridgePassword": "abc123",
"videoBridgePstnPassword": "abc123",
"attendeeJoinUri": "https://v.ringcentral.com/w/a/join/iuyef77fsj473wn10ashjfk34"
}