Skip to content

rtcicecandidate: add relayProtocol #2763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
the client and the server...
  • Loading branch information
jan-ivar authored Sep 22, 2022
commit d2e5087d088972ef1a978f580c7572025a04c98e
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6578,7 +6578,7 @@ <h4>
</h4>
<p>
The {{RTCIceServerTransportProtocol}} represents the type of the transport
protocol used between the client, as defined in [[RFC5766]] section 2.1.
protocol used between the client and the server, as defined in [[RFC5766]] section 2.1.
</p>
<div>
<pre class="idl">enum RTCIceServerTransportProtocol {
Expand Down