Documentation ¶
Index ¶
- func NewVideoChat(ctx context.Context, config interface{}) (interface{}, error)
- type VideoChat
- type VideoConfig
- func (*VideoConfig) Descriptor() ([]byte, []int)
- func (*VideoConfig) ProtoMessage()
- func (m *VideoConfig) Reset()
- func (m *VideoConfig) String() string
- func (m *VideoConfig) XXX_DiscardUnknown()
- func (m *VideoConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *VideoConfig) XXX_Merge(src proto.Message)
- func (m *VideoConfig) XXX_Size() int
- func (m *VideoConfig) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVideoChat ¶
NewVideoChat returns a new VideoChat instance based on given config.
Types ¶
type VideoConfig ¶
type VideoConfig struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VideoConfig) Descriptor ¶
func (*VideoConfig) Descriptor() ([]byte, []int)
func (*VideoConfig) ProtoMessage ¶
func (*VideoConfig) ProtoMessage()
func (*VideoConfig) Reset ¶
func (m *VideoConfig) Reset()
func (*VideoConfig) String ¶
func (m *VideoConfig) String() string
func (*VideoConfig) XXX_DiscardUnknown ¶
func (m *VideoConfig) XXX_DiscardUnknown()
func (*VideoConfig) XXX_Marshal ¶
func (m *VideoConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VideoConfig) XXX_Merge ¶
func (dst *VideoConfig) XXX_Merge(src proto.Message)
func (*VideoConfig) XXX_Size ¶
func (m *VideoConfig) XXX_Size() int
func (*VideoConfig) XXX_Unmarshal ¶
func (m *VideoConfig) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.