Class MediaStatisticsReport
- Object
-
- MediaStatisticsReport
-
public final class MediaStatisticsReport extends ObjectReport for all Media Statistics available in a given instant.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.IncomingMediaStatisticsgetIncomingStatistics()Incoming Media Statistics from the remote participantsDategetLastUpdatedAt()Timestamp in unix epoch for when the report was generated.OutgoingMediaStatisticsgetOutgoingStatistics()Outgoing Media Statistics from the local participant
-
-
-
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:
finalizein classObject
-
getOutgoingStatistics
public OutgoingMediaStatistics getOutgoingStatistics()
Outgoing Media Statistics from the local participant
-
getIncomingStatistics
public IncomingMediaStatistics getIncomingStatistics()
Incoming Media Statistics from the remote participants
-
getLastUpdatedAt
public Date getLastUpdatedAt()
Timestamp in unix epoch for when the report was generated.
-
-