Historical Webinars
Get Historical Webinar Session
Returns a historical webinar Session by ID. Access allowed to participants with original role as Host or CoHost.
get/webinar/history/v1/webinars/{webinarId}/sessions/{sessionId}
Response
Successful response
Example response
{
"id": "78654321",
"duration": 3600,
"title": "Live Broadcasting US",
"description": "Live session for US-based participants",
"scheduledDuration": 1800,
"timeZone": "America/New_York",
"localeCode": "en-US",
"panelJoinTimeOffset": 900,
"status": "Finished",
"participantCount": 150,
"attendeeCount": 145,
"uniqueParticipantCount": 140,
"uniqueAttendeeCount": 135,
"videoBridgeId": "839874770",
"recording": {
"id": "78654321",
"status": "Available",
"failureReason": {
"errorCode": "XXX-123",
"message": "Something went wrong"
},
"duration": 3600,
"shared": true,
"sharedUriExpirationTime": "2023-10-01T10:05:00.000Z",
"recordingSharedUri": "https://v.ringcentral.com/w/a/recording/de7yd8ew7yfsdfjh899843rgj?pw=a1b2c3d4"
},
"livestreams": [
{
"livestreamId": "40740e06-4eec-4458-a86e-8578e192274q",
"livestreamStatus": "Error",
"previousLivestreamStatus": "Initialized",
"serviceProvider": "YouTube",
"error": {
"errorCode": "WLA-123",
"message": "Authorization invalid"
}
}
]
}