POST {{baseUrl}}/webinars/:webinarId/sip_dialing
Get a webinar's SIP URI. The URI consists of the webinar ID, an optional user-supplied passcode, and participant identifier code. The API return data also includes additional fields to indicate whether the API caller has a valid Cloud Room Connector subscription, the participant identifier code from the URI, and the SIP URI validity period in seconds. Scopes: Rate Limit Label: webinar:write:admin:sip_dialing
,webinar:write:sip_dialing
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"sip_dialing": "<string>",
"paid_crc_plan_participant": "<boolean>",
"participant_identifier_code": "<string>",
"expire_in": "<long>"
} |
ENDPOINTS