Package org.openapitools.client.models
Class UserSessionStats
-
- All Implemented Interfaces:
public final class UserSessionStats
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UserSessionStats(Integer freezeDurationSeconds, Float maxFreezeFraction, Integer maxFreezesDurationSeconds, Float packetLossFraction, Float publisherPacketLossFraction, Integer publishingDurationSeconds, Float qualityScore, Integer receivingDurationSeconds, String sessionId, Integer totalPixelsIn, Integer totalPixelsOut, String browser, String browserVersion, String currentIp, String currentSfu, String deviceModel, String deviceVersion, Float distanceToSfuKilometers, GeolocationResult geolocation, Stats jitter, Stats latency, Float maxFirPerSecond, Float maxFreezesPerSecond, Float maxNackPerSecond, Float maxPliPerSecond, VideoQuality maxPublishingVideoQuality, VideoQuality maxReceivingVideoQuality, String os, String osVersion, MediaPubSubHint pubSubHints, List<PublishedTrackInfo> publishedTracks, MOSStats publisherAudioMos, Stats publisherJitter, Stats publisherLatency, Float publisherNoiseCancellationSeconds, Float publisherQualityLimitationFraction, Map<String, Float> publisherVideoQualityLimitationDurationSeconds, String publishingAudioCodec, String publishingVideoCodec, String receivingAudioCodec, String receivingVideoCodec, String sdk, String sdkVersion, MOSStats subscriberAudioMos, Stats subscriberJitter, Stats subscriberLatency, Float subscriberVideoQualityThrottledDurationSeconds, List<Subsession> subsessions, CallTimeline timeline, String webrtcVersion)
-
Method Summary
-
-
Constructor Detail
-
UserSessionStats
UserSessionStats(Integer freezeDurationSeconds, Float maxFreezeFraction, Integer maxFreezesDurationSeconds, Float packetLossFraction, Float publisherPacketLossFraction, Integer publishingDurationSeconds, Float qualityScore, Integer receivingDurationSeconds, String sessionId, Integer totalPixelsIn, Integer totalPixelsOut, String browser, String browserVersion, String currentIp, String currentSfu, String deviceModel, String deviceVersion, Float distanceToSfuKilometers, GeolocationResult geolocation, Stats jitter, Stats latency, Float maxFirPerSecond, Float maxFreezesPerSecond, Float maxNackPerSecond, Float maxPliPerSecond, VideoQuality maxPublishingVideoQuality, VideoQuality maxReceivingVideoQuality, String os, String osVersion, MediaPubSubHint pubSubHints, List<PublishedTrackInfo> publishedTracks, MOSStats publisherAudioMos, Stats publisherJitter, Stats publisherLatency, Float publisherNoiseCancellationSeconds, Float publisherQualityLimitationFraction, Map<String, Float> publisherVideoQualityLimitationDurationSeconds, String publishingAudioCodec, String publishingVideoCodec, String receivingAudioCodec, String receivingVideoCodec, String sdk, String sdkVersion, MOSStats subscriberAudioMos, Stats subscriberJitter, Stats subscriberLatency, Float subscriberVideoQualityThrottledDurationSeconds, List<Subsession> subsessions, CallTimeline timeline, String webrtcVersion)
-
-
Method Detail
-
getFreezeDurationSeconds
final Integer getFreezeDurationSeconds()
-
getMaxFreezeFraction
final Float getMaxFreezeFraction()
-
getMaxFreezesDurationSeconds
final Integer getMaxFreezesDurationSeconds()
-
getPacketLossFraction
final Float getPacketLossFraction()
-
getPublisherPacketLossFraction
final Float getPublisherPacketLossFraction()
-
getPublishingDurationSeconds
final Integer getPublishingDurationSeconds()
-
getQualityScore
final Float getQualityScore()
-
getReceivingDurationSeconds
final Integer getReceivingDurationSeconds()
-
getSessionId
final String getSessionId()
-
getTotalPixelsIn
final Integer getTotalPixelsIn()
-
getTotalPixelsOut
final Integer getTotalPixelsOut()
-
getBrowser
final String getBrowser()
-
getBrowserVersion
final String getBrowserVersion()
-
getCurrentIp
final String getCurrentIp()
-
getCurrentSfu
final String getCurrentSfu()
-
getDeviceModel
final String getDeviceModel()
-
getDeviceVersion
final String getDeviceVersion()
-
getDistanceToSfuKilometers
final Float getDistanceToSfuKilometers()
-
getGeolocation
final GeolocationResult getGeolocation()
-
getLatency
final Stats getLatency()
-
getMaxFirPerSecond
final Float getMaxFirPerSecond()
-
getMaxFreezesPerSecond
final Float getMaxFreezesPerSecond()
-
getMaxNackPerSecond
final Float getMaxNackPerSecond()
-
getMaxPliPerSecond
final Float getMaxPliPerSecond()
-
getMaxPublishingVideoQuality
final VideoQuality getMaxPublishingVideoQuality()
-
getMaxReceivingVideoQuality
final VideoQuality getMaxReceivingVideoQuality()
-
getOsVersion
final String getOsVersion()
-
getPubSubHints
final MediaPubSubHint getPubSubHints()
-
getPublishedTracks
final List<PublishedTrackInfo> getPublishedTracks()
-
getPublisherAudioMos
final MOSStats getPublisherAudioMos()
-
getPublisherJitter
final Stats getPublisherJitter()
-
getPublisherLatency
final Stats getPublisherLatency()
-
getPublisherNoiseCancellationSeconds
final Float getPublisherNoiseCancellationSeconds()
-
getPublisherQualityLimitationFraction
final Float getPublisherQualityLimitationFraction()
-
getPublisherVideoQualityLimitationDurationSeconds
final Map<String, Float> getPublisherVideoQualityLimitationDurationSeconds()
-
getPublishingAudioCodec
final String getPublishingAudioCodec()
-
getPublishingVideoCodec
final String getPublishingVideoCodec()
-
getReceivingAudioCodec
final String getReceivingAudioCodec()
-
getReceivingVideoCodec
final String getReceivingVideoCodec()
-
getSdkVersion
final String getSdkVersion()
-
getSubscriberAudioMos
final MOSStats getSubscriberAudioMos()
-
getSubscriberJitter
final Stats getSubscriberJitter()
-
getSubscriberLatency
final Stats getSubscriberLatency()
-
getSubscriberVideoQualityThrottledDurationSeconds
final Float getSubscriberVideoQualityThrottledDurationSeconds()
-
getSubsessions
final List<Subsession> getSubsessions()
-
getTimeline
final CallTimeline getTimeline()
-
getWebrtcVersion
final String getWebrtcVersion()
-
-
-
-