Skip to content

Commit

Permalink
Create api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored Jan 14, 2023
1 parent 28d2cbc commit a3c5a1e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# api

The WebRTC signaling is implemented through HTTP requests:

- /api/call : send offer and get answer
- /api/hangup : close a call

- /api/addIceCandidate : add a candidate
- /api/getIceCandidate : get the list of candidates

The list of HTTP API is available using /api/help.

0 comments on commit a3c5a1e

Please sign in to comment.