CallStatsParticipantSession constructor
CallStatsParticipantSession({
- String? browser,
- String? browserVersion,
- int? cqScore,
- String? currentIp,
- String? currentSfu,
- double? distanceToSfuKilometers,
- DateTime? endedAt,
- int? freezesDurationMs,
- required bool isLive,
- int? jitterMs,
- int? latencyMs,
- CallStatsLocation? location,
- String? os,
- required PublishedTrackFlags publishedTracks,
- String? publisherType,
- String? sdk,
- String? sdkVersion,
- DateTime? startedAt,
- String? unifiedSessionId,
- required String userSessionId,
- String? webrtcVersion,
Returns a new CallStatsParticipantSession instance.
Implementation
CallStatsParticipantSession({
this.browser,
this.browserVersion,
this.cqScore,
this.currentIp,
this.currentSfu,
this.distanceToSfuKilometers,
this.endedAt,
this.freezesDurationMs,
required this.isLive,
this.jitterMs,
this.latencyMs,
this.location,
this.os,
required this.publishedTracks,
this.publisherType,
this.sdk,
this.sdkVersion,
this.startedAt,
this.unifiedSessionId,
required this.userSessionId,
this.webrtcVersion,
});