Table of Contents

Class ParticipantsUpdated

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

Constructors

ParticipantsUpdated()

public ParticipantsUpdated()

ParticipantsUpdated(ParticipantsUpdated)

public ParticipantsUpdated(ParticipantsUpdated other)

Parameters

other ParticipantsUpdated

Fields

ParticipantsFieldNumber

Field number for the "participants" field.

public const int ParticipantsFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Parser

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

Property Value

MessageParser<ParticipantsUpdated>

Participants

public Google.Protobuf.Collections.RepeatedField<ParticipantInfo> Participants { get; }

Property Value

RepeatedField<ParticipantInfo>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public ParticipantsUpdated Clone()

Returns

ParticipantsUpdated

Equals(ParticipantsUpdated)

public bool Equals(ParticipantsUpdated other)

Parameters

other ParticipantsUpdated

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(ParticipantsUpdated)

public void MergeFrom(ParticipantsUpdated other)

Parameters

other ParticipantsUpdated

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream