Class CallStats
com.poly.polyos.call
Class CallStats
- java.lang.Object
- com.poly.polyos.call.CallStats
public class
CallStats
extends java.lang.Object
Stats about the Call
in session (Experimental API)
Field Summary
Modifier and Type | Field and Description |
---|---|
long | callSpeed |
Speed of the call | |
int | participantCount |
Number of participants |
Constructor Summary
Constructor and Description
CallStats()
Method Summary
Methods Inherited From class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
, wait
, wait
Field Detail
callSpeed
public long callSpeed
Speed of the call
participantCount
public int participantCount
Number of participants
Constructor Detail
CallStats
public CallStats()