方法簽章 MeetAddonClient.startActivity
以發起者提供的影格起始狀態啟動活動
活動期間可以使用
簽名
startActivity(activityStartingState?: ActivityStartingState): Promise<void>;
詳細資料
參數
傳回
Promise<void>
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-20 (世界標準時間)。
[null,null,["上次更新時間:2024-09-20 (世界標準時間)。"],[[["Starts an activity using a provided `ActivityStartingState`, which contains the initial state for frames used by the initiator and participants."],["`startActivity` takes an optional `activityStartingState` parameter of type `ActivityStartingState`."],["The function returns a `Promise\u003cvoid\u003e` indicating the asynchronous execution of starting the activity."]]],["The `startActivity` function initiates an activity, allowing participants to utilize a defined starting state. It accepts an optional `activityStartingState` parameter, of type `ActivityStartingState`, which sets up the initial frames. This function does not return any data, but returns a `Promise` that resolves when the activity is started. The parameter `activityStartingState` is optional.\n"]]