TakTalk

data class TakTalk(val text: String = "", val chatroomId: String = "", val lang: String = "", val fromVoice: Boolean = false) : TakPacketV2Data.Payload(source)

TAKTALK voice/text chat message (CoT type m-t-t). The voice audio itself rides UDP/RTP outside the mesh; this carries the text envelope plus a from_voice marker for receiver UX.

Constructors

Link copied to clipboard
constructor(text: String = "", chatroomId: String = "", lang: String = "", fromVoice: Boolean = false)

Properties

Link copied to clipboard

TAKTALK room UUID this message belongs to. Empty = direct/unscoped.

Link copied to clipboard

True when the source CoT had a <voice/> marker (speech-to-text origin).

Link copied to clipboard

Language tag of the message (e.g. "English"). Empty = unspecified.

Link copied to clipboard

Message text envelope (the spoken/typed content).