跳到主要内容

Get session information of meeting

GET 

/bv/cms/v1/meetings/:id/sessions

Fetches the session information for joining the specified meeting.


  • Returns a 404/NotFound error if the requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the meeting.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    id string

    The unique id of the meeting.

    name string

    The name of the meeting.

    token string

    Deprecated: Use tokens field instead.

    tokens string[]

    The participant tokens to connect to the meeting. The number of tokens corresponds to max_participants. Tokens will be generated when the meeting status becomes MEETING_STATUS_AVAILABLE and may take a few seconds. If the token list is empty initially, please retry later.

Loading...