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/audio | Update the muted and silenced state of a call in the channel |
/teams/<teamID>/channels/<channelID>/calls/raise | Raise the hand in an ongoing call of a channel |
/teams/<teamID>/channels/<channelID>/calls/reaction | Send a reaction to the call of a channel |
/teams/<teamID>/channels/<channelID>/calls/leave | Leave the call in a channel |
User Commands | |
/teams/<teamID>/channels/<channelID>/calls | List ongoing calls of the user |
/teams/<teamID>/channels/<channelID>/calls/audio | Update the muted and silenced state of a call of the user |
/teams/<teamID>/channels/<channelID>/calls/raise | Raise the hand in an ongoing call of the user |
/teams/<teamID>/channels/<channelID>/calls/reaction | Send a reaction to the call of the user |
/teams/<teamID>/channels/<channelID>/calls/leave | Leave a call of the user |