Skip to content

Commit db54d06

Browse files
authored
Fix Linting
1 parent 493d4bc commit db54d06

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

specs/WebRtcPortConfiguration.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ OnCreateEnvironmentCompleted(environment);
6565
```
6666

6767
# API Details
68-
## C++
68+
### C++
6969
```
7070
/// Additional options used to create WebView2 Environment to manage WebRTC UDP port range configuration.
7171
[uuid(0eebe393-8dcf-5bc5-a15d-d862088242e9), object, pointer_default(unique)]
@@ -80,9 +80,6 @@ interface ICoreWebView2EnvironmentOptions10 : IUnknown {
8080
///
8181
/// \snippet AppWindow.cpp WebRtcPortConfiguration
8282
[propget] HRESULT WebRtcPortConfiguration([out, retval] ICoreWebView2WebRtcPortConfiguration** value);
83-
84-
85-
8683
}
8784
8885
/// WebRTC port configuration interface for managing WebRTC port range configuration.
@@ -124,13 +121,10 @@ interface ICoreWebView2WebRtcPortConfiguration : IUnknown {
124121
[out] UINT32* minPort,
125122
[out] UINT32* maxPort
126123
, [out, retval] BOOL* value);
127-
128-
129124
}
130125
```
131126

132-
## C#
133-
127+
### C#
134128
```csharp
135129
/// <summary>
136130
/// Specifies the WebRTC protocol type for port range configuration.

0 commit comments

Comments
 (0)