lib/opentok/session.rb in opentok-2.4.0.beta.1 vs lib/opentok/session.rb in opentok-2.4.0
- old
+ new
@@ -30,10 +30,10 @@
#
# * <code>:publisher</code> -- A publisher can publish streams, subscribe to
# streams, and signal. (This is the default value if you do not specify a role.)
#
# * <code>:moderator</code> -- In addition to the privileges granted to a
- # publisher, in clients using the OpenTok.js 2.2 library, a moderator can call the
+ # publisher, in clients using the OpenTok.js library, a moderator can call the
# <code>forceUnpublish()</code> and <code>forceDisconnect()</code> method of the
# Session object.
# @option options [integer] :expire_time The expiration time, in seconds since the UNIX epoch.
# Pass in 0 to use the default expiration time of 24 hours after the token creation time.
# The maximum expiration time is 30 days after the creation time.