Class MediaStatisticsCallFeature
- Object
-
- CallFeature
-
- MediaStatisticsCallFeature
-
public final class MediaStatisticsCallFeature extends CallFeature
Media Statistics Call Feature. Track Media information for a call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnReportReceivedListener(MediaStatisticsReportReceivedListener listener)
Adds the specified listener to receive OnReportReceived events.int
getReportIntervalInSeconds()
Define how often Media Statistics information reports are informed to the callback (min 10 seconds and max 3600 seconds)void
removeOnReportReceivedListener(MediaStatisticsReportReceivedListener listener)
Removes the specified listener to receive OnReportReceived events.void
updateReportIntervalInSeconds(int reportIntervalInSeconds)
Updates how often Media Statistics information reports are informed to the callback (min 10 seconds and max 3600 seconds)-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
getReportIntervalInSeconds
public int getReportIntervalInSeconds()
Define how often Media Statistics information reports are informed to the callback (min 10 seconds and max 3600 seconds)
-
addOnReportReceivedListener
public void addOnReportReceivedListener(MediaStatisticsReportReceivedListener listener)
Adds the specified listener to receive OnReportReceived events. Event for reporting Media Statistics measurement
-
removeOnReportReceivedListener
public void removeOnReportReceivedListener(MediaStatisticsReportReceivedListener listener)
Removes the specified listener to receive OnReportReceived events. Event for reporting Media Statistics measurement
-
updateReportIntervalInSeconds
public void updateReportIntervalInSeconds(int reportIntervalInSeconds)
Updates how often Media Statistics information reports are informed to the callback (min 10 seconds and max 3600 seconds)
-
-