We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9468573 commit d120127Copy full SHA for d120127
guides/introduction/forwarding.md
@@ -47,7 +47,7 @@ def init(_) do
47
{:ok, pc} = PeerConnection.start_link(ice_servers: [%{urls: "stun:stun.l.google.com:19302"}])
48
49
# we expect to receive two tracks from the web browser - audio and video
50
- # so we also need to add two tracks here, we will use them to loop media back t othe browser
+ # so we also need to add two tracks here, we will use them to loop media back to the other browser
51
# from each of the web browser tracks
52
stream_id = MediaStreamTrack.generate_stream_id()
53
audio_track = MediaStreamTrack.new(:audio, [stream_id])
0 commit comments