cancel
Showing results for 
Search instead for 
Did you mean: 

iOS SDK authentication

achan1
Listener

We are trying to implement the join webinar (meeting) feature in our existing mobile app. The same feature is implemented in the web tier already.

In the web tier, its using the ZoomMtg.init, and ZoomMtg.join where it didn't pass any SDK Key and SDK Secret. For the ZoomMtg.join, it's passing meetingNumber, passWord, userName, userEmail, signature, apiKey, tk

 

But in the iOS SDK, I couldn't find similar method, and looks like it always require the authentication with SDK Key, Secret or using JWT which also contain the SDK Key, Secret in some sort.

 

So, the question is, for iOS SDK, is there an equivalent method that we can join the zoom meeting with only below parameter (same as the web function)

meetingNumber, passWord, userName, userEmail, signature, apiKey, tk

 

thanks.

1 REPLY 1

colegs
Community Champion | Zoom Employee
Community Champion | Zoom Employee

We have the WebRTC classes that do not appear to contain the secret and JWT token, so I am not sure we are looking at the same thing.  For specific development questions, though, you can work directly with our developer advocates by going to the devforum and asking questions there.