Versions in this module Expand all Collapse all v1 v1.9.2 Oct 24, 2021 v1.9.1 Jun 18, 2021 Changes in this version + type BIZ struct + func NewBIZ(nid string) *BIZ + func (b *BIZ) Close() + func (b *BIZ) Service() *BizServer + func (b *BIZ) Start(conf Config) error + type BizServer struct + func (s *BizServer) Signal(stream biz.Biz_SignalServer) error + type Config struct + Global global + Log logConf + Nats natsConf + Node nodeConf + type Peer struct + func NewPeer(sid string, uid string, info []byte, senCh chan *biz.SignalReply) *Peer + func (p *Peer) Close() + func (p *Peer) SID() string + func (p *Peer) UID() string + type Room struct + func (r *Room) SID() string