Interface SetVideoAssignmentRequest
Request to set video assignment. In order to get video streams, the client must
set a video assignment.
Signature
declare interface SetVideoAssignmentRequest extends MediaApiRequest
Heritage
Property signatures
Name |
Description |
requestId |
A unique client-generated identifier for this request. Different requests must never have the same request ID in the scope of one data channel. (Inherited from MediaApiRequest ) |
setAssignment |
Set video assignment. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This content describes a feature available as part of the Google Workspace Developer Preview Program, granting early access to features."],["Clients must set a video assignment in order to obtain video streams."],["The `SetVideoAssignmentRequest` is an interface that extends `MediaApiRequest`."],["Each request requires a unique, client-generated `requestId`."],["The `setAssignment` property is used to set the video assignment."]]],[]]