# Functions
DumpConnectionsState prints the user and room information to stdout.
DumpNodeState prints the user and room information to stdout.
GetOrCreateRealm get or create realm by appID, if realm is created, it will connect to yomo zipper with credential.
NewSigChannelJoined create OpChannelJoin message.
NewSigPeerOffline create OpPeerOffline message.
NewSigPeerOnline create OpPeerOnline message.
NewWebSocketConnection creates a new WebSocketConnection.
NewWebTransportConnection creates a new WebTransportConnection.
# Constants
Endpoint is the base path of service.
# Variables
AuthUserAndGetYoMoCredential is used to authenticate user by `publickey` and get credential used to connect to YoMo.
# Structs
Channel describes a message channel.
Peer describes user on this node.
WebSocketConnection is a WebSocket connection.
WebTransportConnection is a WebTransport connection.
# Interfaces
Connection is connection either WebSocket or WebTransport.