A class that defines properties of the quality property of a Connection
object.
See Connection.quality and Session.connect().
The ConnectionQuality class includes the following properties:
downBandwidth (Number) The downstream bandwidth, in kilobits per second. This is the number of kilobits that can be received from the OpenTok server each second. Each subscribed audio-video stream requires from 150 to 200 kbps.
latency (Number) The connection latency, in milliseconds. This is time it takes for a sent signal to go to the OpenTok server and return back to the client. The acceptable values for latency depend on the requirements of your application.
upBandwidth (Number) The upstream bandwidth, in kilobits per second. This is the number of kilobits that can be sent to the OpenTok server each second. Each published audio-video stream requires from 150 to 200 kbps.