Class TokenSourceComponentConfig
- Namespace
- LiveKit
public class TokenSourceComponentConfig : ScriptableObject
- Inheritance
-
TokenSourceComponentConfig
- Extension Methods
Properties
AgentMetadata
public string AgentMetadata { get; }
Property Value
AgentName
public string AgentName { get; }
Property Value
EndpointHeaders
public List<StringPair> EndpointHeaders { get; }
Property Value
EndpointUrl
public string EndpointUrl { get; }
Property Value
IsValid
public bool IsValid { get; }
Property Value
ParticipantAttributes
public List<StringPair> ParticipantAttributes { get; }
Property Value
ParticipantIdentity
public string ParticipantIdentity { get; }
Property Value
ParticipantMetadata
public string ParticipantMetadata { get; }
Property Value
ParticipantName
public string ParticipantName { get; }
Property Value
RoomName
public string RoomName { get; }
Property Value
SandboxId
public string SandboxId { get; }
Property Value
ServerUrl
public string ServerUrl { get; }
Property Value
Token
public string Token { get; }
Property Value
TokenSourceType
public TokenSourceType TokenSourceType { get; }