Documentation
¶
Index ¶
- type Config
- type Observer
- type Remon
- func (rm *Remon) Close()
- func (rm *Remon) CreateCast(name string) error
- func (rm *Remon) FetchCasts() ([]Room, error)
- func (rm *Remon) JoinCast(roomID string) error
- func (rm *Remon) WriteAudio(data []byte, timestamp uint64, duration float64)
- func (rm *Remon) WriteVideo(data []byte, timestamp uint64, duration float64)
- type Room
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observer ¶
type Observer interface {
OnInit(token string)
OnCreate(channelId string)
//OnJoin()
//OnConnect(channelId string)
OnComplete()
OnClose()
OnError(err error)
}
Observer : Remon Observer interface
type Remon ¶
type Remon struct {
// contains filtered or unexported fields
}
func (*Remon) FetchCasts ¶
FetchCasts retrieve all broadcast rooms information
func (*Remon) WriteAudio ¶
Click to show internal directories.
Click to hide internal directories.