model

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RtcCall

type RtcCall struct {
	CallID    uint32
	UserID    uint64
	ChannelID uint64
	Version   uint32
	Token     string
	Status    uint8
	JoinTime  time.Time
	LeaveTime time.Time
}

type RtcChannel

type RtcChannel struct {
	ChannelID   uint64
	OwnerUserID uint64
	Type        uint8
	Status      uint8
	Cluster     string
}

type RtcMediaPublish

type RtcMediaPublish struct {
	UserID       uint64
	CallID       uint32
	ChannelID    uint64
	Switch       uint8
	Width        uint32
	Height       uint32
	FrameRate    uint8
	VideoCodec   string
	VideoProfile string
	Channel      uint8
	SampleRate   uint32
	AudioCodec   string
	Bitrate      uint32
	MixConfig    string
}

type RtcMediaSource

type RtcMediaSource struct {
	SourceID      uint32
	ChannelID     uint64
	UserID        uint64
	Type          uint8
	Codec         string
	MediaSpecific string
	Status        uint8
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL