Skip to content

Room Join Packet (0x2111): Unknown bytes 3:4 #3

Description

@jglim

client_join_request.extend(int_to_bytes(0x0100, 2)) # unknown

The int16 should be broken into 2 separate bytes:

First byte: own room slot id
Second byte: room keybearer's slot id


0100 happens to work when joining a room with 1 person as the person joining will be assigned slot 1, and the room host is almost always at slot 0.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions