Table of Contents

Class SetLocalNameRequest

Namespace
LiveKit.Proto

Change the local participant's name

public sealed class SetLocalNameRequest : Google.Protobuf.IMessage<SetLocalNameRequest>, Google.Protobuf.IBufferMessage
Inheritance
SetLocalNameRequest
Implements
IBufferMessage
Extension Methods

Constructors

SetLocalNameRequest()

public SetLocalNameRequest()

SetLocalNameRequest(SetLocalNameRequest)

public SetLocalNameRequest(SetLocalNameRequest other)

Parameters

other SetLocalNameRequest

Fields

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

NameFieldNumber

Field number for the "name" field.

public const int NameFieldNumber = 2

Field Value

int

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 3

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasName

Gets whether the "name" field is set

public bool HasName { get; }

Property Value

bool

HasRequestAsyncId

Gets whether the "request_async_id" field is set

public bool HasRequestAsyncId { get; }

Property Value

bool

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Name

public string Name { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<SetLocalNameRequest>

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearName()

Clears the value of the "name" field

public void ClearName()

ClearRequestAsyncId()

Clears the value of the "request_async_id" field

public void ClearRequestAsyncId()

Clone()

public SetLocalNameRequest Clone()

Returns

SetLocalNameRequest

Equals(SetLocalNameRequest)

public bool Equals(SetLocalNameRequest other)

Parameters

other SetLocalNameRequest

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

public void MergeFrom(SetLocalNameRequest other)

Parameters

other SetLocalNameRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream