Skip to content

Commit ae3ea18

Browse files
author
Juhi Shah
committed
Remove unsupported TCP protocol
1 parent 4d5b523 commit ae3ea18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

specs/WebRtcPortConfiguration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ enum CoreWebView2WebRtcProtocolKind
128128
{
129129
/// UDP protocol for WebRTC media and ICE candidates.
130130
Udp = 0,
131-
/// TCP protocol for WebRTC media and ICE candidates (future support).
132-
Tcp = 1,
133131
};
134132
[availability("staging")]
135133
runtimeclass CoreWebView2WebRtcPortConfiguration : [default] ICoreWebView2WebRtcPortConfiguration{}

0 commit comments

Comments
 (0)