Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebRTCRoundTripperST ¶
type WebRTCRoundTripperST struct {
// contains filtered or unexported fields
}
func NewRoundTripper ¶
func NewRoundTripper(channel *webrtc.DataChannel) *WebRTCRoundTripperST
func (*WebRTCRoundTripperST) Close ¶
func (roundTripper *WebRTCRoundTripperST) Close() error
type WebRTCServerST ¶
type WebRTCServerST struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(channel *webrtc.DataChannel, handler http.HandlerFunc) *WebRTCServerST
func (*WebRTCServerST) Close ¶
func (server *WebRTCServerST) Close() error
Click to show internal directories.
Click to hide internal directories.