Skip to main content
Version: current

Create a dynamic meeting

This API allows you to provision a dynamic meeting. Dynamic meetings are valid for 24 hours from the time of creation.

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Request Body
    name string

    name of the user creating the meeting

    title string

    title of the meeting

    description string

    description for the meeting

    hostToken boolean

    This boolean describes whether to return a host token or not. A host token can be used to join a meeting as a host

    isAutoRecordingEnabled boolean

    This boolean describes whether to auto recording the call. The recording starts automatically when there are more than 1 user in the call if this flag is enabled

Responses

Success


Schema
    jiomeetId string

    The 10 digit unique ID of the meeting

    roomPIN string

    Meeting PIN that secures the meeting from unwanted access

    subdomain string

    The JioMeet subdomain this meeting will run in

    joinEndpoint string

    The endpoint path for joining the guestMeetingLink/meetingLink.

    hostToken string

    This identifier allows a user to join with host privileges. To allow a user to join as host, append this parameter in the query parameters of the meetingLink/guestMeetingLink. "hostToken" is the query change

    guestMeetingLink string

    The meeting link that the users will use to join the meeting. These users will be guest users and hence wont have any privileges to alter any meeting settings.

    meetingLink string

    The meeting link with your custom sub-domain that the users will use to join the meeting. These users will be guest users and hence wont have any privileges to alter any meeting settings.

Loading...