Constructors

  • Parameters

    • timestampMs: number
    • topic: string
    • data: Uint8Array
    • senderAttendeeId: string
    • senderExternalUserId: string
    • Optionalthrottled: boolean

    Returns DataMessage

Properties

data: Uint8Array

Data payload

senderAttendeeId: string

Sender attendee

senderExternalUserId: string

Sender attendee external user Id

throttled: boolean

true if server throttled or rejected message false if server has posted the message to its recipients Throttling soft limit: Rate: 100, Burst:200 Throttling hard limit: Rate: 100 * 5, Burst: 200 * 50 (i.e Rate: 500, Burst: 10000)

timestampMs: number

Monotonically increasing server ingest time

topic: string

Topic this message was sent on

Methods