class DefaultMeetingStatsCollector : MeetingStatsCollector
<init> |
DefaultMeetingStatsCollector(logger: Logger) |
addMeetingHistoryEvent |
Add a history meeting event. fun addMeetingHistoryEvent(historyEventName: MeetingHistoryEventName, timestampMs: Long): Unit |
getMeetingHistory |
Get a list of meeting history events. fun getMeetingHistory(): List<MeetingHistoryEvent> |
getMeetingStatsEventAttributes |
Get the meeting stats attributes. fun getMeetingStatsEventAttributes(): EventAttributes |
incrementPoorConnectionCount |
Increment poor connection count during the session. fun incrementPoorConnectionCount(): Unit |
incrementRetryCount |
Increment meeting session retry count. fun incrementRetryCount(): Unit |
resetMeetingStats |
Clear meeting stats. fun resetMeetingStats(): Unit |
updateMaxVideoTile |
Update max video tile count during the meeting. fun updateMaxVideoTile(videoTileCount: Int): Unit |
updateMeetingStartConnectingTimeMs |
Update meeting start request time. fun updateMeetingStartConnectingTimeMs(): Unit |
updateMeetingStartTimeMs |
Update meeting start time. fun updateMeetingStartTimeMs(): Unit |