Documentation ¶
Index ¶
Constants ¶
View Source
const ( DocumentationURL = "https://success.ringcentral.com/articles/RC_Knowledge_Article/2080" CmdCall = "call" )
Variables ¶
View Source
var RingOutURL = "https://service.ringcentral.com/ringout.asp"
Functions ¶
This section is empty.
Types ¶
type CallRequestInfo ¶
type CallRequestInfo struct { Command string `url:"cmd,omitempty"` Username int `url:"username,omitempty"` Extension int `url:"ext,omitempty"` Password string `url:"password,omitempty"` To int `url:"to,omitempty"` From int `url:"from,omitempty"` CallerID int `url:"clid,omitempty"` Prompt int `url:"prompt,omitempty"` }
type CallRequestInfoStrings ¶
type CallRequestInfoStrings struct { Command string `url:"cmd,omitempty"` Username string `url:"username,omitempty"` Extension string `url:"ext,omitempty"` Password string `url:"password,omitempty"` To string `url:"to,omitempty"` From string `url:"from,omitempty"` CallerID string `url:"clid,omitempty"` Prompt string `url:"prompt,omitempty"` }
func (*CallRequestInfoStrings) ToCanonical ¶
func (s *CallRequestInfoStrings) ToCanonical() CallRequestInfo
type CallResponseInfo ¶
func Call ¶
func Call(params CallRequestInfo) (*CallResponseInfo, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.