Webrtc

package
v0.0.0-...-dc4703b Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Msg_Type_name = map[int32]string{
		0: "OFFER",
		1: "ANSWER",
		2: "CANDIDATE",
	}
	Msg_Type_value = map[string]int32{
		"OFFER":     0,
		"ANSWER":    1,
		"CANDIDATE": 2,
	}
)

Enum value maps for Msg_Type.

View Source
var File_webrtc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Msg

type Msg struct {
	Timestamp uint32   `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Type      Msg_Type `protobuf:"varint,2,opt,name=type,proto3,enum=Webrtc.Msg_Type" json:"type,omitempty"`
	Payload   string   `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	Clientid  string   `protobuf:"bytes,4,opt,name=clientid,proto3" json:"clientid,omitempty"`
	// contains filtered or unexported fields
}

func (*Msg) Descriptor deprecated

func (*Msg) Descriptor() ([]byte, []int)

Deprecated: Use Msg.ProtoReflect.Descriptor instead.

func (*Msg) GetClientid

func (x *Msg) GetClientid() string

func (*Msg) GetPayload

func (x *Msg) GetPayload() string

func (*Msg) GetTimestamp

func (x *Msg) GetTimestamp() uint32

func (*Msg) GetType

func (x *Msg) GetType() Msg_Type

func (*Msg) ProtoMessage

func (*Msg) ProtoMessage()

func (*Msg) ProtoReflect

func (x *Msg) ProtoReflect() protoreflect.Message

func (*Msg) Reset

func (x *Msg) Reset()

func (*Msg) String

func (x *Msg) String() string

type Msg_Type

type Msg_Type int32
const (
	Msg_OFFER     Msg_Type = 0
	Msg_ANSWER    Msg_Type = 1
	Msg_CANDIDATE Msg_Type = 2
)

func (Msg_Type) Descriptor

func (Msg_Type) Descriptor() protoreflect.EnumDescriptor

func (Msg_Type) Enum

func (x Msg_Type) Enum() *Msg_Type

func (Msg_Type) EnumDescriptor deprecated

func (Msg_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Msg_Type.Descriptor instead.

func (Msg_Type) Number

func (x Msg_Type) Number() protoreflect.EnumNumber

func (Msg_Type) String

func (x Msg_Type) String() string

func (Msg_Type) Type

Jump to

Keyboard shortcuts

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