メソッド シグネチャ MeetMediaApiClient.joinMeeting
会議に参加します。
署名
joinMeeting(
communicationProtocol?: MediaApiCommunicationProtocol,
): Promise<void>;
詳細
パラメータ
戻り値
Promise<void>
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-05 UTC。
[null,null,["最終更新日 2025-02-05 UTC。"],[[["This functionality is part of the Google Workspace Developer Preview Program, offering early access to new features."],["The `joinMeeting` method allows users to programmatically join a meeting."],["An optional `communicationProtocol` parameter can be specified to define the communication protocol for the meeting."],["If no communication protocol is specified, a default one will be used."],["The join meeting function returns a promise that resolves when the meeting join completes."]]],[]]