The following commands are available for the CoWork Calls Web API:
| Command | Description |
|---|---|
| Team Channel Commands | |
| /teams/<teamID>/channels/<channelID>/calls | List ongoing calls in the channel |
| /teams/<teamID>/channels/<channelID>/calls/join | Join the call in a channel |
| /teams/<teamID>/channels/<channelID>/calls/leave | Leave the call in a channel |
| /teams/<teamID>/channels/<channelID>/calls/raise | Raise the hand in an ongoing call of a channel |
| /teams/<teamID>/channels/<channelID>/calls/audio | Update the muted and silenced state of a call in the channel |
| /teams/<teamID>/channels/<channelID>/calls/video | Change video of an ongoing call |
| /teams/<teamID>/channels/<channelID>/calls/reaction | Send a reaction to the call of a channel |
| User Commands | |
| /user/calls | List ongoing calls of the user |
| /user/calls/join | Join the call in the currently open channel |
| /user/calls/leave | Leave a call of the user |
| /user/calls/raise | Raise the hand in an ongoing call of the user |
| /user/calls/audio | Update the muted and silenced state of a call of the user |
| /user/calls/video | Change video of an ongoing call |
| /user/calls/reaction | Send a reaction to the call of the user |