Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttendantsInitialState ¶
AttendantsInitialState is emitted the first time the stream is opened
type AttendantsUpdate ¶
AttendantsUpdate is emitted if a single member joins or leaves. Type is either 'joined' or 'left'.
type ConnectArg ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func New ¶
func New(log kitlog.Logger, netInfo network.ServerEndpointDetails, m *roomstate.Manager, members roomdb.MembersService, config roomdb.RoomConfig) *Handler
func (*Handler) RegisterRoom ¶
func (h *Handler) RegisterRoom(mux typemux.HandlerMux)
func (*Handler) RegisterTunnel ¶
func (h *Handler) RegisterTunnel(mux typemux.HandlerMux)
type MetadataReply ¶
Click to show internal directories.
Click to hide internal directories.