Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Room ¶
type Room struct {
ID int
Name string
Username string
Streams []VideoStream
}
Room represents presence room info.
type VideoStream ¶
type VideoStream struct {
In string
Broadcast string
Stream string
Route string
Type VideoType
RoomID int
}
VideoStream represents presence video stream info.
type VideoType ¶
type VideoType int
VideoType represents a video stream type.
func ParseVideoTypeString ¶
ParseVideoTypeString convert a string to VideoType.
Click to show internal directories.
Click to hide internal directories.