Skip to content

Commit

Permalink
Fix typo in docs (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arp-G committed Sep 9, 2024
1 parent 9468573 commit d120127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/introduction/forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def init(_) do
{:ok, pc} = PeerConnection.start_link(ice_servers: [%{urls: "stun:stun.l.google.com:19302"}])

# we expect to receive two tracks from the web browser - audio and video
# 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
# from each of the web browser tracks
stream_id = MediaStreamTrack.generate_stream_id()
audio_track = MediaStreamTrack.new(:audio, [stream_id])
Expand Down

0 comments on commit d120127

Please sign in to comment.