Skip to main content

Membership

type MembershipPayload = {
id: string
timestamp: number
sender?: AudiencePayload
sku: SkuPayload
count: number
start: number
end: number
}

This data is sent when a membershp/subscription is purchased by any audience in a channel.

caution

Some streaming platforms might allow anonymous membership/subscription. In this case, the sender field will not be present.