Sha256: eb964f4942bf3002919c272d38d0af7a06473c774c617d147790058a5cedf410
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 Bytes
Contents
require "opentok/client" module OpenTok class Sip def dial(session_id, token, sip_uri, opts) response = @client.dial(session_id, token, sip_uri, opts) end def initialize(client) @client = client end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
opentok-3.0.3 | lib/opentok/sip.rb |
opentok-3.0.2 | lib/opentok/sip.rb |
opentok-3.0.1 | lib/opentok/sip.rb |
opentok-3.0.0 | lib/opentok/sip.rb |
opentok-2.5.0 | lib/opentok/sip.rb |