CallParticipantResponse constructor
CallParticipantResponse({
- required DateTime joinedAt,
- required String role,
- required UserResponse user,
- required String userSessionId,
Returns a new CallParticipantResponse instance.
Implementation
CallParticipantResponse({
required this.joinedAt,
required this.role,
required this.user,
required this.userSessionId,
});