Revert to simple hangoutsMeet type in conferenceSolutionKey

- Try just 'hangoutsMeet' as type without 'name' field
- This is the most basic format according to some docs
- Combined with full event logging to debug
This commit is contained in:
dwindown
2025-12-23 11:49:03 +07:00
parent 29a58daed4
commit 286ab630ea

View File

@@ -210,6 +210,9 @@ serve(async (req: Request): Promise<Response> => {
conferenceData: {
createRequest: {
requestId: body.slot_id,
conferenceSolutionKey: {
type: "hangoutsMeet"
}
},
},
};