ACSMediaStatisticsCallFeature Class

Declaration

@interface ACSMediaStatisticsCallFeature : ACSCallFeature;

Description

Media Statistics Call Feature. Track Media information for a call.

Methods

Properties

delegate

An object you provide to receive events from this ACSMediaStatisticsCallFeature instance.

@property(nonatomic, assign) id<ACSMediaStatisticsCallFeatureDelegate> delegate;

reportIntervalInSeconds

Define how often Media Statistics information reports are informed to the callback (min 10 seconds and max 3600 seconds)

@property (readonly) int reportIntervalInSeconds;