@@ -145,7 +145,7 @@ class ScenarioWebRtcUdpPortConfiguration
145145```
146146/// Additional options used to create WebView2 Environment to manage WebRTC UDP port range configuration.
147147[uuid(0eebe393-8dcf-5bc5-a15d-d862088242e9), object, pointer_default(unique)]
148- interface ICoreWebView2StagingEnvironmentOptions10 : IUnknown {
148+ interface ICoreWebView2EnvironmentOptions10 : IUnknown {
149149 /// Get the WebRTC port range configuration object for configuring a custom port range.
150150 /// This configuration object can be used to set and retrieve port range configuration
151151 /// that WebRTC will use for ICE candidates and media connections.
@@ -155,7 +155,7 @@ interface ICoreWebView2StagingEnvironmentOptions10 : IUnknown {
155155 ///
156156 ///
157157 /// \snippet AppWindow.cpp WebRtcPortConfiguration
158- [propget] HRESULT WebRtcPortConfiguration([out, retval] ICoreWebView2StagingWebRtcPortConfiguration ** value);
158+ [propget] HRESULT WebRtcPortConfiguration([out, retval] ICoreWebView2WebRtcPortConfiguration ** value);
159159
160160
161161
@@ -165,7 +165,7 @@ interface ICoreWebView2StagingEnvironmentOptions10 : IUnknown {
165165/// This interface provides methods to configure and retrieve custom port ranges
166166/// that WebRTC will use for ICE candidates and media connections across different protocols.
167167[uuid(b1ac2eb4-15b5-574f-aeb7-c51b9f1520fa), object, pointer_default(unique)]
168- interface ICoreWebView2StagingWebRtcPortConfiguration : IUnknown {
168+ interface ICoreWebView2WebRtcPortConfiguration : IUnknown {
169169 /// The `SetPortRange` method allows you to set a custom port range for WebRTC to use
170170 /// for a specific protocol type.
171171 /// This method allows configuring a specific port range that WebRTC will use
0 commit comments