Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get call peers by federated users #12962

Merged
merged 4 commits into from
Aug 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(docs): Add required capability for federation support
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 15, 2024
commit 75147aae9279ae2dea536154b72c71ec06233bf6
4 changes: 4 additions & 0 deletions docs/call.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

## Get list of connected participants

* Federation capability: `federation-v2`
* Method: `GET`
* Endpoint: `/call/{token}`

Expand All @@ -36,6 +37,7 @@

## Join a call

* Federation capability: `federation-v2`
* Method: `POST`
* Endpoint: `/call/{token}`
* Data:
Expand Down Expand Up @@ -102,6 +104,7 @@

## Update call flags

* Federation capability: `federation-v2`
* Method: `PUT`
* Endpoint: `/call/{token}`
* Data:
Expand All @@ -122,6 +125,7 @@

## Leave a call (but staying in the conversation for future calls and chat)

* Federation capability: `federation-v2`
* Method: `DELETE`
* Endpoint: `/call/{token}`
* Data:
Expand Down
Loading