TWCMediaTrackStatisticsDelegate Protocol Reference

Conforms to NSObject
Declared in TWCConversation.h

Overview

Media Track Statistics Delegate for TWCConversation. This delegate is called when media track statistics are received

– conversation:didReceiveTrackStatistics: required method

Called when statistics are received for a track.

- (void)conversation:(nonnull TWCConversation *)conversation didReceiveTrackStatistics:(nonnull TWCMediaTrackStatsRecord *)trackStatistics

Parameters

conversation

The conversation.

trackStatistics

Track statistics record.

Discussion

Called when statistics are received for a track.

Declared In

TWCConversation.h