Table of Contents

Class ParticipantNameChanged

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

Constructors

ParticipantNameChanged()

public ParticipantNameChanged()

ParticipantNameChanged(ParticipantNameChanged)

public ParticipantNameChanged(ParticipantNameChanged other)

Parameters

other ParticipantNameChanged

Fields

NameFieldNumber

Field number for the "name" field.

public const int NameFieldNumber = 2

Field Value

int

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasName

Gets whether the "name" field is set

public bool HasName { get; }

Property Value

bool

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<ParticipantNameChanged>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearName()

Clears the value of the "name" field

public void ClearName()

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public ParticipantNameChanged Clone()

Returns

ParticipantNameChanged

Equals(ParticipantNameChanged)

public bool Equals(ParticipantNameChanged other)

Parameters

other ParticipantNameChanged

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

public void MergeFrom(ParticipantNameChanged other)

Parameters

other ParticipantNameChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream