TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface TakTalkRoomData

    TAKTALK room/membership broadcast (CoT type y-).

    interface TakTalkRoomData {
        participants?: string[];
        roomId?: string;
        roomName?: string;
        senderCallsign?: string;
    }
    Index

    Properties

    participants?: string[]

    Member callsigns from the comma-separated <chatroom-participants> list.

    roomId?: string

    TAKTALK room ID from <chatroom-id>.

    roomName?: string

    Human-readable room name from <chatroom-name>.

    senderCallsign?: string

    DEPRECATED in v0.3.2 — always equals envelope TAKPacketV2.callsign in valid packets, so the duplicate wire byte was redundant. Builders stop writing this field; parsers still read it for one release so v0.3.1- encoded packets decode cleanly. To be removed entirely in v0.4.x.