Messages Modal Props
data class MessagesModalProps(val state: MediasfuGenericState, val isVisible: Boolean, val messages: List<Message>, val onClose: () -> Unit, val eventType: EventType, val member: String, val islevel: String, val coHost: String, val coHostResponsibility: List<CoHostResponsibility>, val startDirectMessage: Boolean, val directMessageDetails: Participant?, val chatSetting: String, val roomName: String, val socket: SocketManager?, val showAlert: ShowAlert?, val onSendMessage: (SendMessageOptions) -> Unit)
Structured props supplied to the messages modal override.
Constructors
Link copied to clipboard
constructor(state: MediasfuGenericState, isVisible: Boolean, messages: List<Message>, onClose: () -> Unit, eventType: EventType, member: String, islevel: String, coHost: String, coHostResponsibility: List<CoHostResponsibility>, startDirectMessage: Boolean, directMessageDetails: Participant?, chatSetting: String, roomName: String, socket: SocketManager?, showAlert: ShowAlert?, onSendMessage: (SendMessageOptions) -> Unit)