No suitable event is triggered when phone call was ended after it had been merged to the meeting room

API Endpoint(s) and/or Zoom API Event(s)
https://marketplace.zoom.us/docs/api-reference/phone/events/#operation/phone.callee_ended
https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#operation/meeting.participant_left

Description
I want to catch an appropriate event when some phone call was finished after it was merged to a meeting room. I expected that one of the two events will be called: phone.callee_ended or meeting.participant_left. But none of them was called (or any other event). phone.callee_ended was triggered in the moment I merged the call to the meeting room, but not in the end of the call (for example when the caller disconnect the call).

How To Reproduce

  1. Open a meeting room.
  2. Receive some incoming phone call and merge it to the room.
  3. Disconnect the phone call.