Skip to content

Commit

Permalink
Merge pull request #81157 from azuloo/webrtcpeerconnection-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in WebRTCPeerConnection documentation
  • Loading branch information
akien-mga committed Aug 31, 2023
2 parents 56a5fb2 + 7ab0582 commit 59f3ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webrtc/doc_classes/WebRTCPeerConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</brief_description>
<description>
A WebRTC connection between the local computer and a remote peer. Provides an interface to connect, maintain and monitor the connection.
Setting up a WebRTC connection between two peers from now on) may not seem a trivial task, but it can be broken down into 3 main steps:
Setting up a WebRTC connection between two peers may not seem a trivial task, but it can be broken down into 3 main steps:
- The peer that wants to initiate the connection ([code]A[/code] from now on) creates an offer and send it to the other peer ([code]B[/code] from now on).
- [code]B[/code] receives the offer, generate and answer, and sends it to [code]A[/code]).
- [code]A[/code] and [code]B[/code] then generates and exchange ICE candidates with each other.
Expand Down

0 comments on commit 59f3ab0

Please sign in to comment.