From 3a5838c7374ae436c4a7b2f91f93624b7bd8995a Mon Sep 17 00:00:00 2001 From: Pandit Dhamdhere <85685981+panditdhamdhere@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:09:27 +0530 Subject: [PATCH] Update webrtc.md update with minor typo in docs --- content/concepts/transports/webrtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/transports/webrtc.md b/content/concepts/transports/webrtc.md index 7ffd213c..b41dea72 100644 --- a/content/concepts/transports/webrtc.md +++ b/content/concepts/transports/webrtc.md @@ -154,7 +154,7 @@ This works as follows: - _A_ initiates the `webrtc-signaling` protocol to _B_ via a stream over the relayed connection - This signaling stream is used to: - Exchange SDPs between nodes (an offer from _A_ and an answer from _B_) - - This include exchangning information about the network connection (in WebRTC parlance this is called [exchanging ICE candidates](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Connectivity#ice_candidates)) + - This include exchanging information about the network connection (in WebRTC parlance this is called [exchanging ICE candidates](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Connectivity#ice_candidates)) - The SDP messages are passed to the browsers WebRTC stack, which then tries to establish a direct connection. - A successful direct connection is established between _A_ and _B_ - In this case, both browser nodes will close the signaling protocol stream