RoomSession constructor
RoomSession({})
Implementation
RoomSession({
required this.id,
required this.roomId,
required this.roomName,
required this.createdAt,
required this.isActive,
required this.participants,
this.kind = 'room',
this.agentId,
this.agentName,
});