From 0a8362fecae9949b32988b2f862a3b73cd9785a7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 2 May 2023 17:08:53 +0100 Subject: [PATCH] Put streams spec in its own section --- content/client-server-api/modules/voip_events.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/client-server-api/modules/voip_events.md b/content/client-server-api/modules/voip_events.md index de49c722..eec1afc4 100644 --- a/content/client-server-api/modules/voip_events.md +++ b/content/client-server-api/modules/voip_events.md @@ -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).