Stay organized with collections
Save and categorize content based on your preferences.
Applies the given media layout requests. This is required to be able to request
a video stream. Only accepts media layouts that have been created with the
createMediaLayout
function.
A promise that resolves when the request has been accepted. NOTE: The promise
resolving on the request does not mean the layout has been applied. It means
that the request has been accepted and you may need to wait a short amount of
time for these layouts to be applied.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-05 UTC."],[[["This functionality is part of the Google Workspace Developer Preview Program, offering early access to certain features."],["The `applyLayout` function is used to request a video stream by applying pre-created media layouts."],["The function takes an array of `MediaLayoutRequest` objects as parameters, which are mandatory."],["The `applyLayout` function returns a promise indicating when the request is accepted, not when the layout is applied."]]],[]]