bot
Notifies a MeetGeek bot to join a meeting
Notifies a MeetGeek bot to join a meeting
post/v1/bot/join
Request body
Example request
{
"join_link": "https://meet.google.com/uum-kpde-wym",
"language_code": "en-US",
"template_name": "General meeting",
"meeting_name": "Q3 Town Hall"
}Response
OK
Example response
{
"meeting_id": "04688faf-b98b-468c-9723-6242b818e025",
"message": "MeetGeek bot will join shortly"
}