create meeting as Non-login / API User, Cannot resolve method 'loginWithZoom' in 'ZoomSDK' | Community
Skip to main content
Newcomer
February 13, 2022
Question

create meeting as Non-login / API User, Cannot resolve method 'loginWithZoom' in 'ZoomSDK'

  • February 13, 2022
  • 1 reply
  • 0 views

i'm new in zoom sdk i need help, i have 3 questions.

 

1. i know that to host a scheduled meeting as a non-login user, i need to retrieve User_ID, ZAK

to get user_id, get request to https://api.zoom.us/v2/users.

it means get already created user's user_id?

 

2. is there any way to host not sign up zoom account?

i just integrate zoom sdk in my app, and i want to let users who using my app create meeting  any sign in zoom, is it possible?

 

3. i want to use Email Login so, I coded it like this.

private void Login(String email, String pw){
int result = ZoomSDK.getInstance().loginWithZoom(email, pw);
if(result == ZoomApiError.ZOOM_API_ERROR_SUCCESS){
ZoomSDK.getInstance().addAuthenticationListener(authLitener);
}
}

 but, i encountered this message

Cannot resolve method 'loginWithZoom' in 'ZoomSDK'(other method work well)

how to host meeting with email, pw?

    1 reply

    CarlaA
    Community Manager
    Community Manager
    October 19, 2022

    Hi @asfasf231 ,I am sorry I missed your post! Are you still having issues with this? If so, please try Developer Support or our Developer Forum

     

    Carla,
    Zoom Community Team

    Please click Accept as Solution if you found this reply helpful. Thank you!