- Connect: Initiates a connection with another client, including SDP and ICE candidate information.
- Offer: Starts a peer-to-peer connection via WebRTC.
- Answer: Completes WebRTC connection setup in response to an Offer.
- Candidate: Shares ICE candidate information.
- Message: General-purpose message for data exchange.
- Create_Room: Creates a new room with optional room name.
- Join_Room: Joins an existing room.
- Leave_Room: Leaves a room.
- End_Room: Ends a room session.