Session ID Retrieval Issue for Attendees

Hello,

My app can’t retrieve the session ID as an attendee. However, the host can successfully obtain the session ID. Steps to reproduce:

  • Join a session as an attendee
  • In the onSessionJoin event, call await zoom.session.getSessionID() to obtain the session ID
  • The function returns empty string
  • Join a session as a host
  • In the onSessionJoin event, call await zoom.session.getSessionID() to obtain the session ID
  • The function returns the session ID

Video React Native SDK: 1.7.5
Device: Android 10

Please address this issue.
Thank you!

Hi @thanh.huynh
Thanks for reaching out to us and sorry for the late reply here.
Have you been able to troubleshoot this on your end?
I believe this is expected, only the host/owner of the meeting will be able to return the session ID

This topic was automatically closed after 30 days. New replies are no longer allowed.