Inherits: : Object
Defined in: : lib/opentok/stream.rb
Instance Attribute Summary
-
An array of the layout classes for the stream.
-
The videoType property is either “camera” or “screen”.
Instance Method Summary
-
A JSON-encoded string representation of the stream.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
Instance Attribute Details
#layoutClassList ⇒ array
An array of the layout classes for the stream.
Returns:
(array) —
the current value of layoutClassList
#videoType ⇒ string
The videoType property is either “camera” or “screen”.
Returns:
(string) —
the current value of videoType
Instance Method Details
#to_json ⇒ Object
A JSON-encoded string representation of the stream.