Skip to content

Commit 64b4642

Browse files
Closure Teamcopybara-github
authored andcommitted
Add displaySurface to MediaTrackSettings
PiperOrigin-RevId: 562838641
1 parent 2962ccb commit 64b4642

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

externs/browser/w3c_rtc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ MediaTrackCapabilities.prototype.torch
160160

161161
/**
162162
* @interface
163+
* @see https://www.w3.org/TR/screen-capture/#extensions-to-mediatracksettings
163164
* @see https://www.w3.org/TR/mediacapture-streams/#media-track-settings
164165
* @see https://w3c.github.io/mediacapture-image/#mediatracksettings-section
165166
*/
@@ -183,6 +184,9 @@ MediaTrackSettings.prototype.facingMode;
183184
/** @type {string} */
184185
MediaTrackSettings.prototype.resizeMode;
185186

187+
/** @type {string|undefined} */
188+
MediaTrackSettings.prototype.displaySurface;
189+
186190
/** @type {number} */
187191
MediaTrackSettings.prototype.volume;
188192

0 commit comments

Comments
 (0)