Class OutgoingMediaStatistics


  • public final class OutgoingMediaStatistics
    extends Object
    Aggregate for all outgoing 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<OutgoingAudioStatistics> getAudioStatistics()
        Gets the list of the audio statistics for the call.
      • getVideoStatistics

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

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

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