ACSIncomingAudioStatistics Class
Declaration
@interface ACSIncomingAudioStatistics : NSObject;
Description
Represents the incoming audio Media Statistics for a call.
Methods
Properties
codecName
Codec Name.
@property (retain, nonnull, readonly) NSString * codecName;
jitterInMs
Average packet jitter in milliseconds.
@property (nullable, readonly) NSNumber * jitterInMs NS_REFINED_FOR_SWIFT;
packetsPerSecond
Packet rate (packets/s).
@property (nullable, readonly) NSNumber * packetsPerSecond NS_REFINED_FOR_SWIFT;
packetsLostPerSecond
Packet Loss Rate (packets/second).
@property (nullable, readonly) NSNumber * packetsLostPerSecond NS_REFINED_FOR_SWIFT;
streamId
Identifier used to distinguish when there are multiple streams with same media type/direction.
@property (nullable, readonly) NSNumber * streamId NS_REFINED_FOR_SWIFT;