Video SDK Type and Version
zoomsdk 6.4.6.64463
Description
I’m writing a desktop application that is able to join an existing Zoom meeting using MeetingID and Password. Then, through the SDK, it is supposed to display video from two participants in a dedicated window; the participants are identified by their user names.
This works fine as long as only one instance of the application is running and participating in the meeting.
Error?
If two instances of the application are connecting to the same meeting (from different machines), only the first one is connected with video. Neither the meeting host, nor the first instance of the application is able to see video from the second one. If the order of startup is reversed between the first and the second instance, the video of the second instance is visible but the video from the first is not. This indicates that it is not a misconfiguration issue.
Troubleshooting Routes
None of the sample apps seems to apply here.
How To Reproduce
- Create a Zoom meeting on machine0
- Run instance1 of the Desktop app from machine1
- Run instance2 of the Desktop app from machine2
- No video from instance2 in either host view on machine0 nor instance1 on machine1
Steps to reproduce the behavior including:
1. Authentication method or app type
Native C++ desktop app on Windows 10 and 11
API authentication through JWT token created from API credentials
Joining existing meeting through Meeting ID and Password
2. Any errors
No errors displayed but video from second instance is not available to neither host nor other program instance.
3. Browser/client type and version
Windows 10 or 11, makes no difference
Windows 10 Pro 22H2 build 19045.6216