Webinars and Sessions
Update Webinar Session
Updates a Webinar Session. The payload may contain certain attributes from the Session resource (it is a partial update). Changing the 'status' field usually invokes certain workflow actions. Updating a Session in 'Active' or 'Finished' status is prohibited. Some status transitions (for example, to 'Active" or 'Finished') may be prohibited.
patch/webinar/configuration/v1/webinars/{webinarId}/sessions/{sessionId}
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
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"
}