Table of Contents

Class E2eeResponse

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

Constructors

E2eeResponse()

public E2eeResponse()

E2eeResponse(E2eeResponse)

public E2eeResponse(E2eeResponse other)

Parameters

other E2eeResponse

Fields

CryptorSetEnabledFieldNumber

Field number for the "cryptor_set_enabled" field.

public const int CryptorSetEnabledFieldNumber = 3

Field Value

int

CryptorSetKeyIndexFieldNumber

Field number for the "cryptor_set_key_index" field.

public const int CryptorSetKeyIndexFieldNumber = 4

Field Value

int

GetKeyFieldNumber

Field number for the "get_key" field.

public const int GetKeyFieldNumber = 10

Field Value

int

GetSharedKeyFieldNumber

Field number for the "get_shared_key" field.

public const int GetSharedKeyFieldNumber = 7

Field Value

int

ManagerGetFrameCryptorsFieldNumber

Field number for the "manager_get_frame_cryptors" field.

public const int ManagerGetFrameCryptorsFieldNumber = 2

Field Value

int

ManagerSetEnabledFieldNumber

Field number for the "manager_set_enabled" field.

public const int ManagerSetEnabledFieldNumber = 1

Field Value

int

RatchetKeyFieldNumber

Field number for the "ratchet_key" field.

public const int RatchetKeyFieldNumber = 9

Field Value

int

RatchetSharedKeyFieldNumber

Field number for the "ratchet_shared_key" field.

public const int RatchetSharedKeyFieldNumber = 6

Field Value

int

SetKeyFieldNumber

Field number for the "set_key" field.

public const int SetKeyFieldNumber = 8

Field Value

int

SetSharedKeyFieldNumber

Field number for the "set_shared_key" field.

public const int SetSharedKeyFieldNumber = 5

Field Value

int

Properties

CryptorSetEnabled

public FrameCryptorSetEnabledResponse CryptorSetEnabled { get; set; }

Property Value

FrameCryptorSetEnabledResponse

CryptorSetKeyIndex

public FrameCryptorSetKeyIndexResponse CryptorSetKeyIndex { get; set; }

Property Value

FrameCryptorSetKeyIndexResponse

Descriptor

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

Property Value

MessageDescriptor

GetKey

public GetKeyResponse GetKey { get; set; }

Property Value

GetKeyResponse

GetSharedKey

public GetSharedKeyResponse GetSharedKey { get; set; }

Property Value

GetSharedKeyResponse

ManagerGetFrameCryptors

public E2eeManagerGetFrameCryptorsResponse ManagerGetFrameCryptors { get; set; }

Property Value

E2eeManagerGetFrameCryptorsResponse

ManagerSetEnabled

public E2eeManagerSetEnabledResponse ManagerSetEnabled { get; set; }

Property Value

E2eeManagerSetEnabledResponse

MessageCase

public E2eeResponse.MessageOneofCase MessageCase { get; }

Property Value

E2eeResponse.MessageOneofCase

Parser

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

Property Value

MessageParser<E2eeResponse>

RatchetKey

public RatchetKeyResponse RatchetKey { get; set; }

Property Value

RatchetKeyResponse

RatchetSharedKey

public RatchetSharedKeyResponse RatchetSharedKey { get; set; }

Property Value

RatchetSharedKeyResponse

SetKey

public SetKeyResponse SetKey { get; set; }

Property Value

SetKeyResponse

SetSharedKey

public SetSharedKeyResponse SetSharedKey { get; set; }

Property Value

SetSharedKeyResponse

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearMessage()

public void ClearMessage()

Clone()

public E2eeResponse Clone()

Returns

E2eeResponse

Equals(E2eeResponse)

public bool Equals(E2eeResponse other)

Parameters

other E2eeResponse

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

public void MergeFrom(E2eeResponse other)

Parameters

other E2eeResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream