Meeting's host_id not getting updated after initial host leaves the meeting

Assume a meeting is going on with two participants - one host and another. Now when I call ‘Retrieve a Meeting’ REST API, it returns the host_id correctly.
After sometime, the host leaves the meeting and the remaining participant will become the host for the meeting. Now when I call ‘Retrieve a Meeting’ REST API again, it returns the initial host_id itself but not the updated host’s ID.

Why is the updated host_id not getting returned for the meeting?

Hi @yln99518,

If someone is an alternate host for the meeting, irrespective of whether the host is present or not in the meeting, the host_id would be of the primary host.

Thanks