Meeting space checker and generator for Google Meet
Launch this script to check if given room_code is valid or not (whether it exists or not) Notice that meeting rooms are global and any valid authorization parameters (regardless of account) are suitable
./check_meeting_space.sh SAPISIDHASH x-goog-api-key x-goog-authuser __Secure-3PSID __Secure-3PAPISID room_code
POST response HTTP status code
Response Status Code | Meaning |
---|---|
200 | Meeting space exists |
404 | Meeting space doesn't exist |
400 | Bad request, the code is not valid |