From 5b8e3ef92acad2fb7ba250cca7d4e09296e676ad Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 17 May 2023 09:48:43 +0100 Subject: [PATCH] Capitalise Co-authored-by: Hubert Chathi --- content/client-server-api/modules/voip_events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/voip_events.md b/content/client-server-api/modules/voip_events.md index b929de6a..b8ed2f2c 100644 --- a/content/client-server-api/modules/voip_events.md +++ b/content/client-server-api/modules/voip_events.md @@ -170,7 +170,7 @@ voice call). They can optionally send a second track in the same stream of kind `video` (creating a video call). Clients implementing this specification use the first stream and will ignore -any streamless tracks. Note that in the Javascript WebRTC API, this means +any streamless tracks. Note that in the JavaScript WebRTC API, this means `addTrack()` must be passed two parameters: a track and a stream, not just a track, and in a video call the stream must be the same for both audio and video track.