HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Web SDK - IChunk.groupId

Home > @rainway/web > IChunk > groupId

IChunk.groupId property

Identifies the message (= group of chunks) this chunk is a part of. Both parties should be prepared for this ID to roll over from 0xFFFF back to 0, as more than 2^16 chunk-groups may be sent in one session.

Signature:

readonly groupId: number;