-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
When I run the code, the Zoom SDK gets initialized successfully but the meeting immediately gets disconnected (MEETING_STATUS_DISCONNECTING status).
I verified that the SDK key, secret, meeting number, passcode I am using is accurate.
I tried adding _logService.Log messages in the OnMeetingStatusChanged method and I can see that the status goes from "MEETING_STATUS_CONNECTING" to "MEETING_STATUS_DISCONNECTING" status.
I can also see that the JoinMeetingAsync method reaches a timeout while trying to join the meeting.
Same SDK credentials, meeting number, password works for me in another C# SDK sample which has a basic video rendering approach.
Any help in this regard is appreciated.
A few additional notes:
- .NET framework: 4.7.2
- Used the get-zoom-libraries.bat to get the required project libraries
- Solution builds successfully and the Zoom SDK initializes successfully, but as mentioned above, I am unable to join meeting and render video
Metadata
Metadata
Assignees
Labels
No labels