Session Creation Failed

   JoinMeetingParams params = new JoinMeetingParams();
    params.displayName = studentName;
    params.meetingNo = meetingNo;
    params.password = meetingPassword;
    meetingService.joinMeetingWithParams(this, params, opts); 

I use this code to join meeting but the zoom Meeting Sdk back to app Automatically and in Log that Shows “Session creation failed, mPreferredRateNanos: -1”

Can you Help Me with that Problem

@farhanilr4 did this issue happen over the weekend?

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