Class OutgoingMediaStatistics
- Object
-
- OutgoingMediaStatistics
-
public final class OutgoingMediaStatistics extends Object
Aggregate for all outgoing Media Statistics information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.List<OutgoingAudioStatistics>
getAudioStatistics()
Gets the list of the audio statistics for the call.List<OutgoingDataChannelStatistics>
getDataChannelStatistics()
Gets the list of the data channel statistics for the call.List<OutgoingScreenShareStatistics>
getScreenShareStatistics()
Gets the list of the screen share statistics for the call.List<OutgoingVideoStatistics>
getVideoStatistics()
Gets the list of the video statistics for the call.
-
-
-
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 classObject
-
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.
-
-