We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5b523 commit ae3ea18Copy full SHA for ae3ea18
1 file changed
specs/WebRtcPortConfiguration.md
@@ -128,8 +128,6 @@ enum CoreWebView2WebRtcProtocolKind
128
{
129
/// UDP protocol for WebRTC media and ICE candidates.
130
Udp = 0,
131
- /// TCP protocol for WebRTC media and ICE candidates (future support).
132
- Tcp = 1,
133
};
134
[availability("staging")]
135
runtimeclass CoreWebView2WebRtcPortConfiguration : [default] ICoreWebView2WebRtcPortConfiguration{}
0 commit comments