সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রদত্ত মিডিয়া লেআউট অনুরোধগুলি প্রয়োগ করে৷ এটি একটি ভিডিও স্ট্রিম অনুরোধ করতে সক্ষম হতে প্রয়োজন. createMediaLayout ফাংশন দিয়ে তৈরি করা শুধুমাত্র মিডিয়া লেআউট গ্রহণ করে।
একটি প্রতিশ্রুতি যা অনুরোধ গৃহীত হলে সমাধান হয়। দ্রষ্টব্য: অনুরোধে প্রতিশ্রুতি সমাধানের মানে এই নয় যে লেআউটটি প্রয়োগ করা হয়েছে। এর মানে হল অনুরোধটি গৃহীত হয়েছে এবং এই লেআউটগুলি প্রয়োগ করার জন্য আপনাকে অল্প সময়ের জন্য অপেক্ষা করতে হতে পারে৷
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Method signature MeetMediaApiClient.applyLayout\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nApplies the given media layout requests. This is required to be able to request\na video stream. Only accepts media layouts that have been created with the\n[`createMediaLayout`](/meet/media-api/reference/web/media_api_web.meetmediaapiclient.createmedialayout)\nfunction.\n\nSignature\n---------\n\n applyLayout(requests: MediaLayoutRequest[]): Promise\u003cMediaApiResponseStatus\u003e;\n\nDetails\n-------\n\n| Optional | No |\n|----------|----|\n\nParameters\n----------\n\n| Name | Type | Optional | Description |\n|------------|-----------------------------------------------------------------|----------|------------------------|\n| `requests` | [MediaLayoutRequest](./media_api_web.medialayoutrequest.md)`[]` | No | The requests to apply. |\n\nReturns\n-------\n\n`Promise\u003cMediaApiResponseStatus\u003e`\n\nA promise that resolves when the request has been accepted. NOTE: The promise\nresolving on the request does not mean the layout has been applied. It means\nthat the request has been accepted and you may need to wait a short amount of\ntime for these layouts to be applied."]]