Skip to content

Commit

Permalink
Merge pull request #256 from sailor/patch-2
Browse files Browse the repository at this point in the history
Fix uninitialized constant OpenTok::OpenTok::Renders
  • Loading branch information
superchilled authored Oct 28, 2022
2 parents 2d4bbff + 2db0899 commit 056914c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opentok/opentok.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require "opentok/streams"
require "opentok/signals"
require "opentok/broadcasts"
require "opentok/renders"

module OpenTok
# Contains methods for creating OpenTok sessions and generating tokens. It also includes
Expand Down

0 comments on commit 056914c

Please sign in to comment.