Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSIncomingMediaStatisticsInfo : NSObject;
Description
Aggregate for all incoming Media Statistics information.
Methods
Properties
audio
The list of the audio statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSIncomingAudioStatistics *> * audio;
video
The list of the video statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSIncomingVideoStatistics *> * video;
screenShare
The list of the screen share statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSIncomingScreenShareStatistics *> * screenShare;