Class MediaStatisticsCallFeature


  • public final class MediaStatisticsCallFeature
    extends CallFeature
    Media Statistics Call Feature. Track Media information for a call.
    • 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)