Table of Contents

Class E2eeStateChanged

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

Constructors

E2eeStateChanged()

public E2eeStateChanged()

E2eeStateChanged(E2eeStateChanged)

public E2eeStateChanged(E2eeStateChanged other)

Parameters

other E2eeStateChanged

Fields

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

StateFieldNumber

Field number for the "state" field.

public const int StateFieldNumber = 2

Field Value

int

Properties

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

HasState

Gets whether the "state" field is set

public bool HasState { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<E2eeStateChanged>

ParticipantIdentity

Using sid instead of identity for ffi communication

public string ParticipantIdentity { get; set; }

Property Value

string

State

public EncryptionState State { get; set; }

Property Value

EncryptionState

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

ClearState()

Clears the value of the "state" field

public void ClearState()

Clone()

public E2eeStateChanged Clone()

Returns

E2eeStateChanged

Equals(E2eeStateChanged)

public bool Equals(E2eeStateChanged other)

Parameters

other E2eeStateChanged

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

public void MergeFrom(E2eeStateChanged other)

Parameters

other E2eeStateChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream