Table of Contents

Class E2eeOptions

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

Constructors

E2eeOptions()

public E2eeOptions()

E2eeOptions(E2eeOptions)

public E2eeOptions(E2eeOptions other)

Parameters

other E2eeOptions

Fields

EncryptionTypeFieldNumber

Field number for the "encryption_type" field.

public const int EncryptionTypeFieldNumber = 1

Field Value

int

KeyProviderOptionsFieldNumber

Field number for the "key_provider_options" field.

public const int KeyProviderOptionsFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

EncryptionType

public EncryptionType EncryptionType { get; set; }

Property Value

EncryptionType

HasEncryptionType

Gets whether the "encryption_type" field is set

public bool HasEncryptionType { get; }

Property Value

bool

KeyProviderOptions

public KeyProviderOptions KeyProviderOptions { get; set; }

Property Value

KeyProviderOptions

Parser

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

Property Value

MessageParser<E2eeOptions>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearEncryptionType()

Clears the value of the "encryption_type" field

public void ClearEncryptionType()

Clone()

public E2eeOptions Clone()

Returns

E2eeOptions

Equals(E2eeOptions)

public bool Equals(E2eeOptions other)

Parameters

other E2eeOptions

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

public void MergeFrom(E2eeOptions other)

Parameters

other E2eeOptions

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream