Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
Types ¶
type AudioSpace ¶ added in v1.49.0
type AudioSpace struct {
Metadata struct {
Media_Key string
Title string
State string
Started_At int64
Ended_At int64 `json:"ended_at,string"`
}
Participants struct {
Admins []struct {
Display_Name string
}
}
}
func (AudioSpace) Base ¶ added in v1.49.0
func (a AudioSpace) Base() string
func (AudioSpace) Duration ¶ added in v1.49.0
func (a AudioSpace) Duration() time.Duration
func (AudioSpace) String ¶ added in v1.49.0
func (a AudioSpace) String() string
func (AudioSpace) Time ¶ added in v1.49.0
func (a AudioSpace) Time() time.Time
type Guest ¶ added in v1.42.5
type Guest struct {
Guest_Token string
}
func (Guest) AudioSpace ¶ added in v1.49.0
func (g Guest) AudioSpace(id string) (*AudioSpace, error)
type Media ¶ added in v1.46.8
Click to show internal directories.
Click to hide internal directories.