Table of Contents

Class ParticipantAttributesChanged

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

Constructors

ParticipantAttributesChanged()

public ParticipantAttributesChanged()

ParticipantAttributesChanged(ParticipantAttributesChanged)

public ParticipantAttributesChanged(ParticipantAttributesChanged other)

Parameters

other ParticipantAttributesChanged

Fields

AttributesFieldNumber

Field number for the "attributes" field.

public const int AttributesFieldNumber = 2

Field Value

int

ChangedAttributesFieldNumber

Field number for the "changed_attributes" field.

public const int ChangedAttributesFieldNumber = 3

Field Value

int

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

Properties

Attributes

public Google.Protobuf.Collections.RepeatedField<AttributesEntry> Attributes { get; }

Property Value

RepeatedField<AttributesEntry>

ChangedAttributes

public Google.Protobuf.Collections.RepeatedField<AttributesEntry> ChangedAttributes { get; }

Property Value

RepeatedField<AttributesEntry>

Descriptor

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

Property Value

MessageDescriptor

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<ParticipantAttributesChanged>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public ParticipantAttributesChanged Clone()

Returns

ParticipantAttributesChanged

Equals(ParticipantAttributesChanged)

public bool Equals(ParticipantAttributesChanged other)

Parameters

other ParticipantAttributesChanged

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

public void MergeFrom(ParticipantAttributesChanged other)

Parameters

other ParticipantAttributesChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream