Table of Contents

Class ParticipantEncryptionStatusChanged

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

Constructors

ParticipantEncryptionStatusChanged()

public ParticipantEncryptionStatusChanged()

ParticipantEncryptionStatusChanged(ParticipantEncryptionStatusChanged)

public ParticipantEncryptionStatusChanged(ParticipantEncryptionStatusChanged other)

Parameters

other ParticipantEncryptionStatusChanged

Fields

IsEncryptedFieldNumber

Field number for the "is_encrypted" field.

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

HasIsEncrypted

Gets whether the "is_encrypted" field is set

public bool HasIsEncrypted { get; }

Property Value

bool

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

IsEncrypted

public bool IsEncrypted { get; set; }

Property Value

bool

Parser

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

Property Value

MessageParser<ParticipantEncryptionStatusChanged>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearIsEncrypted()

Clears the value of the "is_encrypted" field

public void ClearIsEncrypted()

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public ParticipantEncryptionStatusChanged Clone()

Returns

ParticipantEncryptionStatusChanged

Equals(ParticipantEncryptionStatusChanged)

public bool Equals(ParticipantEncryptionStatusChanged other)

Parameters

other ParticipantEncryptionStatusChanged

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

public void MergeFrom(ParticipantEncryptionStatusChanged other)

Parameters

other ParticipantEncryptionStatusChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream