Documentation ¶
Overview ¶
Package webrtc contains the webmesh WebRTC service.
Package webrtc contains the webmesh WebRTC service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { v1.UnimplementedWebRTCServer // contains filtered or unexported fields }
Server is the webmesh WebRTC service.
func NewServer ¶
func NewServer(store meshdb.Store, proxyCreds []grpc.DialOption, stunServers []string, insecure bool) *Server
NewServer returns a new Server.
func (*Server) StartDataChannel ¶
func (s *Server) StartDataChannel(stream v1.WebRTC_StartDataChannelServer) error
Click to show internal directories.
Click to hide internal directories.