Join
Have a bot join a meeting, now or in the future. You can provide a webhook_url
parameter to receive webhook events specific to this bot, overriding your account's default webhook URL. Events include recording completion, failures, and transcription updates.
Authorization
x-meeting-baas-api-key
<token>API key for authentication
In: header
Request Body
application/json
Requiredautomatic_leave
objectThe bot will leave the meeting automatically after the timeout, defaults to 600 seconds.
bot_image
string | nullThe image to use for the bot, must be a URL. Recommended ratio is 4:3.
"uri"
bot_name
Requiredstringdeduplication_key
string | nullWe prevent multiple bots with same API key joining a meeting within 5 mins, unless overridden by deduplication_key.
entry_message
string | nullThere are no entry messages on Microsoft Teams as guests outside of an organization do not have access to the chat.
extra
objectA Json object that allows you to add custom data to a bot for your convenience, e.g. your end user's ID.
null
meeting_url
Requiredstringrecording_mode
string | string | stringThe recording mode for the bot, defaults to 'speaker_view'.
reserved
RequiredbooleanWhether or not the bot should come from the available pool of bots or be a dedicated bot. Reserved bots come in exactly 4 minutes after the request.
speech_to_text
Any properties in object,stringThe default speech to text provider is Gladia.
start_time
integer | nullUnix timestamp (in milliseconds) for when the bot should join the meeting. The bot joins 4 minutes before the start time.
0
Format: "uint64"
streaming
objectWebSocket streams for 16kHz audio. Input stream receives audio sent to the bot. Output stream receives audio from the bot.
webhook_url
string | nullA webhook URL to send events to, overrides the webhook URL set in your account settings.