shared
1.27.0
common
shared
/
io.dyte.core.controllers
/
DyteEventType
/
OnRoomMessage
On
Room
Message
class
OnRoomMessage
(
val
type
:
String
,
val
payload
:
Map
<
String
,
*
>
)
:
DyteEventType
Members
Constructors
On
Room
Message
Link copied to clipboard
constructor
(
type
:
String
,
payload
:
Map
<
String
,
*
>
)
Properties
payload
Link copied to clipboard
val
payload
:
Map
<
String
,
*
>
type
Link copied to clipboard
val
type
:
String