Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error integrating #7

Open
TridentTechchnolabs opened this issue Sep 9, 2021 · 8 comments
Open

Error integrating #7

TridentTechchnolabs opened this issue Sep 9, 2021 · 8 comments

Comments

@TridentTechchnolabs
Copy link

Trying to integrate this plugin in flutter. When i add meeting id and password, the following error comes.
System.out(20742): Failed to initialize Zoom SDK

Trying on android phone.

@driftboat
Copy link
Owner

Please make sure you have replaced the "your jwtToken" following this guild: https://github.com/driftboat/flutter_zoom/blob/main/zoom/README.md#example

@uluibrahim
Copy link

I am encountering the above error. I followed your advice but the result did not change.

@driftboat
Copy link
Owner

Please check #2

@driftboat
Copy link
Owner

driftboat commented Sep 16, 2021

Please ensure:

  1. You are copying the key and secret for an SDK app on the marketplace.
  2. Disable "Only users admitted by the host can join the meeting" under the "Waiting Room"
  3. Enable "Allow participants to join anytime" in the "Meeting Options"

image

@f1forhelp
Copy link

f1forhelp commented Sep 17, 2021

Same issue done every thing right
I/System.out(31241): Failed to initialize Zoom SDK

@f1forhelp
Copy link

Same issue done everything right
I/System.out(31241): Failed to initialize Zoom SDK

I have the right credentials as it's already working with a different package but this package is giving me issues.

@driftboat
Copy link
Owner

Could you update to version 1.0.2+3 ,You can use "SDK Appkey&Scecret" to auth without "SDK jwtToken", If you still want to use "SDK jwtToken", please make sure:

  1. You are copying the key and secret for an SDK app on the marketplace.
  2. Generate token from "jwt.io"
  3. The timestamps should be in seconds(https://www.unixtimestamp.com/) ,It is 10 digits, example:
    { "appKey": "xxxxxxxxxxxxxxxxxxxx", "iat": 1615510799, "exp": 1647017999, "tokenExp": 1647017999 }

@f1forhelp
Copy link

Could you update to version 1.0.2+3 ,You can use "SDK Appkey&Scecret" to auth without "SDK jwtToken", If you still want to use "SDK jwtToken", please make sure:

  1. You are copying the key and secret for an SDK app on the marketplace.
  2. Generate token from "jwt.io"
  3. The timestamps should be in seconds(https://www.unixtimestamp.com/) ,It is 10 digits, example:
    { "appKey": "xxxxxxxxxxxxxxxxxxxx", "iat": 1615510799, "exp": 1647017999, "tokenExp": 1647017999 }

tnx man for making that field optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants