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:
@@ -210,6 +210,9 @@ serve(async (req: Request): Promise<Response> => {
|
|||||||
conferenceData: {
|
conferenceData: {
|
||||||
createRequest: {
|
createRequest: {
|
||||||
requestId: body.slot_id,
|
requestId: body.slot_id,
|
||||||
|
conferenceSolutionKey: {
|
||||||
|
type: "hangoutsMeet"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user