Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ContextVersion is a fixed value. ContextVersion = "1.0.0" // HangoutAPI is the URL to the Hangouts page. HangoutAPI = "https://hangouts.google.com/call" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hangout ¶
type Hangout struct {
ContextVersion string `json:"ctxver"`
HangoutAPI string `json:"meeting_api"`
HangoutID string `json:"meeting_id"`
}
Hangout encapsulates the model that is required to construct a Hangout.
func (Hangout) BrowserURL ¶
BrowserURL returns a URL that can be used to open a hangout in a browser.
func (Hangout) Classification ¶
func (Hangout) MeetingURL ¶
MeetingURL returns the same value as the BrowserURL
Click to show internal directories.
Click to hide internal directories.