Table of Contents

Class FrameCryptor

Namespace
LiveKit
public class FrameCryptor
Inheritance
FrameCryptor
Inherited Members
Extension Methods

Constructors

FrameCryptor(FfiHandle, string, string, bool, int)

public FrameCryptor(FfiHandle roomHandle, string identity, string trackSid, bool enabled, int keyIndex)

Parameters

roomHandle FfiHandle
identity string
trackSid string
enabled bool
keyIndex int

Fields

Enabled

public bool Enabled

Field Value

bool

KeyIndex

public int KeyIndex

Field Value

int

ParticipantIdentity

public string ParticipantIdentity

Field Value

string

TrackSid

public string TrackSid

Field Value

string

Methods

SetEnabled(bool)

public void SetEnabled(bool enabled)

Parameters

enabled bool

SetKeyIndex(int)

public void SetKeyIndex(int keyIndex)

Parameters

keyIndex int