Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ContextVersion is a fixed value. ContextVersion = "1.0.0" // AppUri is the URL to the Zooms page. PhoneUSA = "+16468769923" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zoom ¶
type Zoom struct {
ContextVersion string `json:"ctxver"`
AppUri string `json:"meeting_api"`
Organization string `json:"organization"`
ZoomID string `json:"meeting_id"`
ZoomPWD string `json:"meeting_pwd"`
}
zoom encapsulates the model that is required to construct a zoom.
func (Zoom) BrowserURL ¶
BrowserURL returns a URL that can be used to open a Zoom in a browser.
func (Zoom) Classification ¶
func (Zoom) MeetingURL ¶
MeetingURL returns the same value as the BrowserURL
Click to show internal directories.
Click to hide internal directories.