Class IncomingMediaStatistics


  • public final class IncomingMediaStatistics
    extends Object
    Aggregate for all incoming Media Statistics information.
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getAudioStatistics

        public List<IncomingAudioStatistics> getAudioStatistics()
        Gets the list of the audio statistics for the call.
      • getVideoStatistics

        public List<IncomingVideoStatistics> getVideoStatistics()
        Gets the list of the video statistics for the call.
      • getScreenShareStatistics

        public List<IncomingScreenShareStatistics> getScreenShareStatistics()
        Gets the list of the screen share statistics for the call.
      • getDataChannelStatistics

        public List<IncomingDataChannelStatistics> getDataChannelStatistics()
        Gets the list of the data channel statistics for the call.