Skip to main content
Version: current

List chat thread

This API lists the chat thread for the meeting

Query Parameters
    jiomeetId string required

    The 10 digit unique ID of the meeting

    Example: 1234567890
    roomPIN string required

    Meeting secret that secures the meeting from unwanted access

    Example: abcdef
    offset number

    The number of results to skip

    Example: 0
    limit number

    The total number of results to get

    Example: 10
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>
Responses

Success


Schema
    totalCount number

    The total number of results

    moreAvailable boolean

    A boolean for pagination which returns if more results are available after this

    messages array

    The list of chat messages

Loading...