-
Notifications
You must be signed in to change notification settings - Fork 11
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
/app/demo/config.txt does not exist #15
Comments
@bijanfx you have to manually create yours. You might want to use meeting SDK JWT to generate tokens. |
@bijanfx you have to manually create config.txt it looks something like this within the file you will need to generate the token by using your sdk Key and sdk Secret meeting_number: "1234567890" |
Thanks, yea, I eventually figured out that that snippet was meant to go into a "config.txt" file. (It would be good to say that in the README or have a sample config.txt file already in the right directory.) Anyway, running docker build . give me a build error:
|
Ignore that. I'm guessing its because I downloaded the latest SDK, and the docker only works with version 5.x, or 6.1.x, or something like that. Ideally the dockerfile would download the correct version of the Zoom SDK it needs, to make it a true container :-) |
I have updated the code to support the latest sdk version. |
On Ubuntu, both running the steps manually, or in Docker, gives the error /app/demo/config.txt file does not exist.
The text was updated successfully, but these errors were encountered: