Participants Modal Parameters
constructor(coHostResponsibility: List<CoHostResponsibility>, coHost: String, member: String, islevel: String, participants: List<Participant>, eventType: EventType, socket: SocketManager?, showAlert: (ShowAlertOptions) -> Unit?, roomName: String, updateIsMessagesModalVisible: (Boolean) -> Unit, updateDirectMessageDetails: (Participant?) -> Unit, updateStartDirectMessage: (Boolean) -> Unit, updateParticipants: (List<Participant>) -> Unit)