Table of Contents

Class ParticipantConnected

Namespace
LiveKit.Proto
public sealed class ParticipantConnected : Google.Protobuf.IMessage<ParticipantConnected>, Google.Protobuf.IBufferMessage
Inheritance
ParticipantConnected
Implements
IBufferMessage
Extension Methods

Constructors

ParticipantConnected()

public ParticipantConnected()

ParticipantConnected(ParticipantConnected)

public ParticipantConnected(ParticipantConnected other)

Parameters

other ParticipantConnected

Fields

InfoFieldNumber

Field number for the "info" field.

public const int InfoFieldNumber = 1

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Info

public OwnedParticipant Info { get; set; }

Property Value

OwnedParticipant

Parser

public static Google.Protobuf.MessageParser<ParticipantConnected> Parser { get; }

Property Value

MessageParser<ParticipantConnected>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public ParticipantConnected Clone()

Returns

ParticipantConnected

Equals(ParticipantConnected)

public bool Equals(ParticipantConnected other)

Parameters

other ParticipantConnected

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(ParticipantConnected)

public void MergeFrom(ParticipantConnected other)

Parameters

other ParticipantConnected

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream