Error ZoomVideoSDKError(rawValue: 2014) 5002 in iphone and iPad both

func joinSession() {

    let sessionContext = ZoomVideoSDKSessionContext()

    // Ensure that you do not hard code JWT or any other confidential credentials in your production app.

    sessionContext.token = "XXXXXXXX"

    sessionContext.sessionName = "testingdemo"

    sessionContext.userName = "nigel"

   sessionContext.sessionPassword = "Hello123"

    if let session = ZoomVideoSDK.shareInstance()?.joinSession(sessionContext) {
        session.getHostName()
        print("Session joined successfully.")
    }
}

After joining session , instantly facing issue : Error ZoomVideoSDKError(rawValue: 2014) 5002 in iphone and iPad both,
Helping hands will be appreciated!!

Using: 1.9.3 SDK from AppMarketplace.

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