Documentation ¶ Index ¶ type Driver func (d Driver) Connect() (connected bool, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { Url string Client *http.Client } func (Driver) Connect ¶ func (d Driver) Connect() (connected bool, err error) FIXME this is actually just a "Connect to TURN provider" test This handles the actual connection to the TURN server. Here we call the TURN provider and consider our client connected if we receive a list of ICE Servers. Source Files ¶ View all Source files driver.go Click to show internal directories. Click to hide internal directories.