Skip to content

zlatkin/vidyo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vidyo-ruby

Create authentication tokens for vidyo sessions in Ruby. I found token generation code in javascript, C#, and Python, but could not find anything for Ruby.

Learn more about the Vidyo API here: Vidyo API Docs.

Install

$ bundle

Usage

token = Vidyo::Token.new(
  key: 'your_vidyo_developer_key',
  application_id: 'vidyo_application_id',
  user_name: 'the user joining the session',
  expires_in: 3600
)
token.serialize

Tests

$ rspec

Based On

About

Generate vidyo tokens in ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 37.2%
  • Python 34.9%
  • JavaScript 27.1%
  • Shell 0.8%