You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/UnityWebBrowser/Runtime/Core/WebBrowserClient.cs
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -114,11 +114,6 @@ public Resolution Resolution
114
114
[Tooltip("Enable or disable incognito/private mode. When true, no profile-specific data is persisted to disk, but cache is still used to persist installation-specific data.")]
115
115
publicboolincognitoMode;
116
116
117
-
/// <summary>
118
-
/// Enable or disable WebRTC
119
-
/// </summary>
120
-
[Tooltip("Enable or disable WebRTC")]publicboolwebRtc;
0 commit comments