Created
March 10, 2015 23:25
-
-
Save nfabian13/eeda99e7a2484286328d to your computer and use it in GitHub Desktop.
generate the client token with the Ruby server SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#rooms_controller.rb | |
def show | |
@room = Room.find(params[:id]) | |
@opentTok_token = @opentok.generate_token @room.session_id | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment