Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Check ¶
func Check(err error)
Check is used to panic in an error occurs. Don't do this! We're only using it to make the examples shorter.
func Decode ¶
func Decode(in string) webrtc.RTCSessionDescription
Decode decodes the input from base64 It can optionally unzip the input after decoding
func Encode ¶
func Encode(sdp webrtc.RTCSessionDescription) string
Encode encodes the input in base64 It can optionally zip the input before encoding
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.