@chunsiong.zoom @ekaansh.zoom
According to the documentation here and the recent changelog update here, the session_number
param should be returned, but it’s missing in the API response.
Here’s an example of the data I’m receiving (GET https://api.zoom.us/v2/videosdk/sessions/Xc090QtISQmEEGvBGGOWQw==?type=live)
:
(
[id] => Xc090QtISQmEEGvBGGOWQw==
[session_name] => c89fe046-8977-4441-b966-63017b4d11d9:room
[start_time] => 2024-08-29T15:05:54Z
[end_time] =>
[duration] =>
[user_count] => 1
[has_voip] =>
[has_video] =>
[has_screen_share] =>
[has_recording] =>
[has_pstn] =>
)
This is blocking our dial-in integration, as Twilio cannot process the regular session id
due to non-numeric characters. Could you please assist or escalate this issue? Do I need to add some additional params in the request?
Thank you for your help!