Table of Contents

Class ParticipantMetadataChanged

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

Constructors

ParticipantMetadataChanged()

public ParticipantMetadataChanged()

ParticipantMetadataChanged(ParticipantMetadataChanged)

public ParticipantMetadataChanged(ParticipantMetadataChanged other)

Parameters

other ParticipantMetadataChanged

Fields

MetadataFieldNumber

Field number for the "metadata" field.

public const int MetadataFieldNumber = 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

HasMetadata

Gets whether the "metadata" field is set

public bool HasMetadata { get; }

Property Value

bool

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

Metadata

public string Metadata { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<ParticipantMetadataChanged>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearMetadata()

Clears the value of the "metadata" field

public void ClearMetadata()

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public ParticipantMetadataChanged Clone()

Returns

ParticipantMetadataChanged

Equals(ParticipantMetadataChanged)

public bool Equals(ParticipantMetadataChanged other)

Parameters

other ParticipantMetadataChanged

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

public void MergeFrom(ParticipantMetadataChanged other)

Parameters

other ParticipantMetadataChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream