Table of Contents

Class TokenSourceComponentConfig

Namespace
LiveKit
public class TokenSourceComponentConfig : ScriptableObject
Inheritance
TokenSourceComponentConfig
Extension Methods

Properties

AgentMetadata

public string AgentMetadata { get; }

Property Value

string

AgentName

public string AgentName { get; }

Property Value

string

EndpointHeaders

public List<StringPair> EndpointHeaders { get; }

Property Value

List<StringPair>

EndpointUrl

public string EndpointUrl { get; }

Property Value

string

IsValid

public bool IsValid { get; }

Property Value

bool

ParticipantAttributes

public List<StringPair> ParticipantAttributes { get; }

Property Value

List<StringPair>

ParticipantIdentity

public string ParticipantIdentity { get; }

Property Value

string

ParticipantMetadata

public string ParticipantMetadata { get; }

Property Value

string

ParticipantName

public string ParticipantName { get; }

Property Value

string

RoomName

public string RoomName { get; }

Property Value

string

SandboxId

public string SandboxId { get; }

Property Value

string

ServerUrl

public string ServerUrl { get; }

Property Value

string

Token

public string Token { get; }

Property Value

string

TokenSourceType

public TokenSourceType TokenSourceType { get; }

Property Value

TokenSourceType