Podpis metody MeetMediaApiClient.joinMeeting
Dołącza do spotkania.
Podpis
joinMeeting(
communicationProtocol?: MediaApiCommunicationProtocol,
): Promise<void>;
Szczegóły
Parametry
Zwroty
Promise<void>
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-05 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]