Skip to main content

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 TypeField and Description
longcallSpeed
Speed of the call
intparticipantCount
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()