Description
I am able to create and join a session and use m_pInstantSDK to get info about the session (my username, id, etc.). I’d like to be able to join this same session from another app but cannot seem to do so. I am using the same developer credentials and session name to generate the JWT, but the second app seems to create an entirely different session rather than join the existing one.
Which Desktop Video SDK version?
zoom-instant-sdk-windows-1.0.2
Device:
- OS: Windows 10
Additional context
The session does not currently require a password and both apps show “success” when running m_pInstantSDK->joinSession(sessionContext)
. I have confirmed that the second app is not joining the existing session by checking for the number of users in the session after the second app calls joinSession.