# Functions
No description provided by the author
NewOutgoingSocket creates a new outgoing websocket connection to the given url.
FromBytes creates a new packet from a byte array.
NewPacketFromStruct creates a new packet from a struct with the given packet type.
No description provided by the author
# Constants
No description provided by the author
channel the client wants to connect to.
update all clients with the current channel state info.
The user friendly name of the client.
This enum indicates to the receiver what the packet is for.
This enum indicates to the receiver what the packet is for.
This enum indicates to the receiver what the packet is for.
sent by a channel member to update their info The server will then emit a ChannelState packet to all clients in the channel to let them know about the new member info.
This enum indicates to the receiver what the packet is for.
This enum indicates to the receiver what the packet is for.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author