Documentation
¶
Index ¶
- type Device
- type Room
- type Session
- func (s *Session) Get(url string) (*http.Response, error)
- func (s *Session) GetCSRF() (string, error)
- func (s *Session) GetCookieString(url string) string
- func (s *Session) GetDevices() ([]Device, error)
- func (s *Session) GetSnapshotURL(deviceID string) (string, error)
- func (s *Session) Login() error
- func (s *Session) WebrtcCreateRoom(deviceID string) (*Room, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func GetSession ¶
func (*Session) GetCookieString ¶
func (*Session) GetDevices ¶
Click to show internal directories.
Click to hide internal directories.