RoomSession constructor
RoomSession({})
Implementation
RoomSession({required this.id, required this.roomName, required this.createdAt, required this.isActive, required this.participants});
RoomSession({required this.id, required this.roomName, required this.createdAt, required this.isActive, required this.participants});