Sha256: 57cd56fdf6a27c69ca431934690aa3b3def07569646dccf0634f176d52dc1342
Contents?: true
Size: 748 Bytes
Versions: 1
Compression:
Stored size: 748 Bytes
Contents
# $:.unshift(File.dirname(__FILE__)) unless # $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) =begin OpenTok Ruby Library http://www.tokbox.com/ Copyright 2010, TokBox, Inc. Last modified: 2011-02-17 =end module OpenTok require 'rubygems' require 'net/http' require 'uri' require 'digest/md5' require 'cgi' #require 'pp' # just for debugging purposes Net::HTTP.version_1_2 # to make sure version 1.2 is used module OpenTok VERSION = "tbrb-v0.91.2011-02-17" API_URL = "https://staging.tokbox.com/hl" #Uncomment this line when you launch your app #API_URL = "https://api.opentok.com/hl"; end require 'opentok/Exceptions' require 'opentok/OpenTokSDK' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opentok-0.0.1 | lib/opentok.rb |