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

Fix uninitialized constant OpenTok::OpenTok::Renders #256

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

sailor
Copy link
Contributor

@sailor sailor commented Oct 27, 2022

This PR fixes this problem: lib/opentok/opentok.rb:197:in renders': uninitialized constant OpenTok::OpenTok::Renders (NameError)` The Renders class is never loaded, so we can't use this API as it's described in the README. I just added the missing require statement to make it work

superchilled and others added 2 commits October 18, 2022 13:06
Update to resolve issue with gem build command (opentok#253)
This PR fixes this problem: `lib/opentok/opentok.rb:197:in `renders': uninitialized constant OpenTok::OpenTok::Renders (NameError)`
The Renders class is never loaded, so we can't use this API as it's described in the README.
I just added the missing require statement to make it work
@superchilled
Copy link
Contributor

Thanks for submitting this @sailor. 👍🏾

@superchilled superchilled changed the base branch from main to dev October 28, 2022 10:27
@superchilled superchilled merged commit 056914c into opentok:dev Oct 28, 2022
@superchilled
Copy link
Contributor

Hey @sailor v4.5.1 released! Merci pour les contributions! 🙌🏾

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

Successfully merging this pull request may close these issues.

2 participants