Skip to main content

List conference participants

GET 
/conferences/:conference_id/participants

Lists conference participants

Request

Path Parameters

    conference_id stringrequired

    Uniquely identifies the conference by id

Query Parameters

    filter[muted] boolean

    If present, participants will be filtered to those who are/are not muted

    filter[on_hold] boolean

    If present, participants will be filtered to those who are/are not put on hold

    filter[whispering] boolean

    If present, participants will be filtered to those who are whispering or are not

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

Responses

200: Successful response with a list of conference participants.

401: Unauthorized

404: Conference does not exist

422: Unprocessable entity

Loading...