ParticipantSessionDetails constructor
ParticipantSessionDetails({})
Returns a new ParticipantSessionDetails instance.
Implementation
ParticipantSessionDetails({
this.durationInSeconds,
this.joinedAt,
this.leftAt,
required this.publisherType,
this.roles = const [],
required this.userId,
required this.userSessionId,
});