We encountered an issue where a participant (RECORDING_BOT) unexpectedly left the session shortly after joining, and audio was not started.
According to the Zoom Dashboard:
- RECORDING_BOT joined the session at 2025-07-14 01:47:41 UTC
- RECORDING_BOT left the session at 2025-07-14 01:47:42 UTC, only ~1 second later
- During this time, the speaker panel remained blank
After successfully joining the session, RECORDING_BOT is designed to leave under the following conditions:
- When receiving any of the following 5 events:
current-audio-change
,command-channel-status
,user-added
,user-updated
, oruser-removed
, it will callgetAllUser()
. If RECORDING_BOT is the only user remaining in the room, it will leave the session. - When receiving the
connection-change
event with reasonended by host
. - When receiving the
connection-change
event with stateClosed
.
Meeting ID: 2495303607_1752457249535
RECORDING_BOT session time: 2025-07-14 01:47:41
UTC – 2025-07-14 01:47:42
UTC
Could you please help confirm the following:
- Did RECORDING_BOT receive any of the following events during that time?
current-audio-change
command-channel-status
user-added
user-updated
user-removed
- Did RECORDING_BOT successfully call
startAudio()
after joining? - Did RECORDING_BOT receive a
connection-change
event with stateClosed
, or reasonended by host
?
Thanks in advance for your support.