We’re seeing an issue in our production application when our SDK bot attempts to join a meeting. Even if the meeting is active (and we are on the call), the bot gets back an ended state callback when attempting to join the meeting.
It appears as though our bot is occasionally being throttled/immediately rejected when we make a join() call to a meeting. We’ve observed our bot failing to join internal meetings of ours, and in the logs we see that we immediately received a meeting status ended call after our SDK bot’s join() call. After a period of inactivity, it appears to start working again which leads us to the throttling theory. This appears to be new behavior within the last several days and is affecting external users.