lists all the calls that are available in the app. It can include participants, and recordings property in the response (if present).
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
UID of the user on whose behalf the action is performed.
It includes the type of the call, possible values: audio & video
audio
, video
It represents the mode of call, possible values: call, meet & presenter.
call
, meet
, presenter
This query parameter allows you to filter the list of calls based on the number of participants involved in each call. For example, participantsCount=5 will return calls that had exactly 5 participants.
It represents when the call was started. It's 10 digit unix timestamp.
It indicates the status of the call. Possible values are unanswered, rejected, ongoing, ended.
rejected
, ongoing
, ended
It indicates if it was 1-1 call of group call. Possible values: user & group.
user
, group
It represents when the call was ended.
It's a boolean field indicating if the call has recording present or not.
It fetches only those calls in which the passed uid is a part of.
Lists Calls
The response is of type object
.