Put streams spec in its own section

This commit is contained in:
David Baker 2023-05-02 17:08:53 +01:00
parent ef15055e0a
commit 0a8362feca

View file

@ -54,6 +54,8 @@ Or a rejected call:
Calls are negotiated according to the WebRTC specification.
##### Streams
Clients are expected to send one stream with one track of kind `audio` (creating a
voice call). They can optionally send a second track in the same stream of kind
`video` (creating a video call).