Skip to content

Commit

Permalink
Merge pull request #310 from youennf/add-deviceId-setting-capability
Browse files Browse the repository at this point in the history
Add deviceId as settings and constraints for screen share video tracks.
  • Loading branch information
jan-ivar authored Dec 19, 2024
2 parents d864164 + 0d31e54 commit 12c421d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,26 @@ <h2 id="constrainable-properties">Constrainable Properties for Captured
</tr>


<tr id="def-constraint-deviceId">
<td><dfn class="export">deviceId</dfn>
</td>

<td>{{DOMString}}</td>

<td>
The identifier of the surface being captured.

<p>As a setting, identifies the [=display surface=] that
is being captured. The identifier MUST be uniquely generated for
each [=document=].</p>

<p>As a capability, the setting value MUST be the lone value
present, rendering this property immutable from the application
viewpoint.</p>
</td>
</tr>


<tr id="def-constraint-displaySurface">
<td><dfn class="export">displaySurface</dfn>
</td>
Expand Down

0 comments on commit 12c421d

Please sign in to comment.