Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { PeerConnection *webrtc.PeerConnection // contains filtered or unexported fields }
To manage the datachannels and PeerConnection.
func NewSession ¶
Returns new Session object with some default values.
func (*Session) PrintOffer ¶ added in v0.5.0
Creates offer and encodes it in base64.
func (*Session) SetupConnection ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.