OnRoomMessage

class OnRoomMessage(val type: String, val payload: Map<String, *>) : DyteEventType

Constructors

Link copied to clipboard
constructor(type: String, payload: Map<String, *>)

Properties

Link copied to clipboard
val payload: Map<String, *>
Link copied to clipboard