Documentation ¶
Index ¶
- Variables
- type MessageHandlerCtx
- func (h *MessageHandlerCtx) Message(session types.Session, data types.WebSocketMessage) bool
- func (h *MessageHandlerCtx) SessionConnected(session types.Session) error
- func (h *MessageHandlerCtx) SessionCreated(session types.Session) error
- func (h *MessageHandlerCtx) SessionDeleted(session types.Session) error
- func (h *MessageHandlerCtx) SessionDisconnected(session types.Session) error
- func (h *MessageHandlerCtx) SessionProfileChanged(session types.Session) error
- func (h *MessageHandlerCtx) SessionStateChanged(session types.Session) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MessageHandlerCtx ¶
type MessageHandlerCtx struct {
// contains filtered or unexported fields
}
func New ¶
func New( sessions types.SessionManager, desktop types.DesktopManager, capture types.CaptureManager, webrtc types.WebRTCManager, ) *MessageHandlerCtx
func (*MessageHandlerCtx) Message ¶
func (h *MessageHandlerCtx) Message(session types.Session, data types.WebSocketMessage) bool
func (*MessageHandlerCtx) SessionConnected ¶
func (h *MessageHandlerCtx) SessionConnected(session types.Session) error
func (*MessageHandlerCtx) SessionCreated ¶
func (h *MessageHandlerCtx) SessionCreated(session types.Session) error
func (*MessageHandlerCtx) SessionDeleted ¶
func (h *MessageHandlerCtx) SessionDeleted(session types.Session) error
func (*MessageHandlerCtx) SessionDisconnected ¶
func (h *MessageHandlerCtx) SessionDisconnected(session types.Session) error
func (*MessageHandlerCtx) SessionProfileChanged ¶
func (h *MessageHandlerCtx) SessionProfileChanged(session types.Session) error
func (*MessageHandlerCtx) SessionStateChanged ¶
func (h *MessageHandlerCtx) SessionStateChanged(session types.Session) error
Click to show internal directories.
Click to hide internal directories.