Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiIceServer ¶
type ApiResponse ¶
type ApiResponse struct {
Providers map[string]ProviderRes `json:"providers"`
Node string `json:"node"`
}
type Driver ¶
func (*Driver) GetIceServers ¶
type ProviderRes ¶
type ProviderRes struct {
IceServers []ApiIceServer `json:"iceServers"`
DoThroughput bool `json:"doThroughput"`
}
Click to show internal directories.
Click to hide internal directories.