Meeting Control
All of the commands found in this section are related to the Captivate integrations with Microsoft Teams and Zoom. Here, you can join meetings, get the status of a current meeting, or leave a meeting.
Join a Zoom or Teams meeting.
Query parameters
requestIdstringOptionalExample:
optional id to track this command, will be returned in the response
optional id to track this command, will be returned in the response
meetingProviderstringOptionalExample:
zoom or ms-teams
zoom
meetingIdstringOptionalExample:
id of the meeting to join
1234353121
namestringOptionalExample:
name of this meeting participant
My Name
passwordstringOptionalExample:
optional password
abc123BaddPazzword
subscribestringOptionalExample:
enable to receive meeting status updates
test
showUInumberOptionalExample:
if set, open Zoom UI
0
sendVideonumberOptionalExample:
if set, send video / audio to zoom virtual webcam
1
Responses
200
successful operation
application/json
400
bad request
get
GET /api/command/joinMeeting HTTP/1.1
Host: 127.0.0.1:9022
Accept: */*
{
"result": {
"command": "joinMeeting",
"reply": "joinMeeting",
"requestId": "optional+id+to+track+this+command%2C+will+be+returned+in+the+response",
"success": true
}
}
Last updated