Zoom SDK 5.12.2
We’ve recently upgraded to Zoom SDK 5.12.2 post migrating to the S2S Oauth.
After upgrading to S2S Oauth our hosts were unable to join the meeting. Post upgrading to Zoom SDK 5.12.2, the meeting terminates immediately when the host attempts to join.
We are making the following SDK API call
meetingService.joinMeetingWithParams(context, params, opts);
We are receiving the following error:
I 10:33:36.769 [0002] onMeetingStatusChanged, meetingStatus=MEETING_STATUS_CONNECTING,errorCode=0, internalErrorCode=0
I 10:33:37.111 [0002] onMeetingStatusChanged, meetingStatus=MEETING_STATUS_DISCONNECTING,errorCode=0, internalErrorCode=0
I 10:33:37.114 [0002] onMeetingStatusChanged, meetingStatus=MEETING_STATUS_FAILED,errorCode=4, internalErrorCode=0