Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BIZ ¶ added in v1.9.0
BIZ represents biz node
type BizServer ¶ added in v1.9.0
type BizServer struct { biz.UnimplementedBizServer // contains filtered or unexported fields }
BizServer represents an BizServer instance
type Config ¶ added in v1.5.0
type Config struct { Global global `mapstructure:"global"` Log logConf `mapstructure:"log"` Nats natsConf `mapstructure:"nats"` Avp avpConf `mapstructure:"avp"` Signal signalConf `mapstructure:"signal"` }
Config for biz node
type Peer ¶ added in v1.9.0
type Peer struct {
// contains filtered or unexported fields
}
Peer represents a peer for client
type SFUSignalBridge ¶ added in v1.9.0
type SFUSignalBridge struct { sfu.UnimplementedSFUServer BizServer *BizServer }
func (*SFUSignalBridge) Signal ¶ added in v1.9.0
func (s *SFUSignalBridge) Signal(sstream sfu.SFU_SignalServer) error
Signal bridge SFU signaling between client and sfu node.
Click to show internal directories.
Click to hide internal directories.