Table of Contents

Class TokenSourceFetchOptions

Namespace
LiveKit
public class TokenSourceFetchOptions
Inheritance
TokenSourceFetchOptions
Inherited Members
Extension Methods

Properties

AgentDeployment

Optional deployment to target. Leave empty to target the production deployment.

public string AgentDeployment { get; init; }

Property Value

string

AgentMetadata

public string AgentMetadata { get; init; }

Property Value

string

AgentName

public string AgentName { get; init; }

Property Value

string

ParticipantAttributes

public Dictionary<string, string> ParticipantAttributes { get; init; }

Property Value

Dictionary<string, string>

ParticipantIdentity

public string ParticipantIdentity { get; init; }

Property Value

string

ParticipantMetadata

public string ParticipantMetadata { get; init; }

Property Value

string

ParticipantName

public string ParticipantName { get; init; }

Property Value

string

RoomName

public string RoomName { get; init; }

Property Value

string