Class TokenSourceFetchOptions
- Namespace
- LiveKit
Per-call overrides passed to FetchConnectionDetails(TokenSourceFetchOptions).
public class TokenSourceFetchOptions
- Inheritance
-
TokenSourceFetchOptions
- Inherited Members
- Extension Methods
Properties
AgentMetadata
public string AgentMetadata { get; init; }
Property Value
AgentName
public string AgentName { get; init; }
Property Value
ParticipantAttributes
public Dictionary<string, string> ParticipantAttributes { get; init; }
Property Value
ParticipantIdentity
public string ParticipantIdentity { get; init; }
Property Value
ParticipantMetadata
public string ParticipantMetadata { get; init; }
Property Value
ParticipantName
public string ParticipantName { get; init; }
Property Value
RoomName
public string RoomName { get; init; }