Class: OpenTok::ConnectionList

Inherits:
Array
  • Object
show all
Defined in:
lib/opentok/connection_list.rb

Overview

A class for accessing an array of Connection objects.

Instance Attribute Summary collapse

Instance Attribute Details

#session_idObject (readonly)

total: The total number of connections. session_id: The session ID of the session these connections belong to.



9
10
11
# File 'lib/opentok/connection_list.rb', line 9

def session_id
  @session_id
end

#totalObject (readonly)

total: The total number of connections. session_id: The session ID of the session these connections belong to.



9
10
11
# File 'lib/opentok/connection_list.rb', line 9

def total
  @total
end