Message

@Serializable
@SerialName(value = "message")
data class Message(val body: DataChannelMessage.Message.Body) : DataChannelMessage

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class Body(val type: String, val payload: String, val senderId: ParticipantId, val senderName: String = "")

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Serializes this instance to a JSON string.