Class MediaStatisticsReport
- Object
-
- MediaStatisticsReport
-
public final class MediaStatisticsReport extends Object
Report for all Media Statistics available in a given instant.
-
-
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.IncomingMediaStatistics
getIncomingStatistics()
Incoming Media Statistics from the remote participantsDate
getLastUpdatedAt()
Timestamp in unix epoch for when the report was generated.OutgoingMediaStatistics
getOutgoingStatistics()
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:
finalize
in 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.
-
-