Documentation ¶
Overview ¶
Package signal contains helpers to exchange the SDP session description between examples.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(in string, obj interface{})
Decode decodes the input from base64 It can optionally unzip the input after decoding
func Encode ¶
func Encode(obj interface{}) string
Encode encodes the input in base64 It can optionally zip the input before encoding
func HTTPSDPServer ¶
func HTTPSDPServer() chan string
HTTPSDPServer starts a HTTP Server that consumes SDPs
func MustReadStdin ¶
func MustReadStdin() string
MustReadStdin blocks until input is received from stdin
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.