Skip to content

Meeting status goes to MEETING_STATUS_DISCONNECTING #7

@jayendhar-cf

Description

@jayendhar-cf

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions