Table of Contents

Class TokenSourceLiteral

Namespace
LiveKit
[Obsolete("Use TokenSource.Literal(...) instead")]
public class TokenSourceLiteral : ITokenSourceFixed, ITokenSource
Inheritance
TokenSourceLiteral
Implements
Inherited Members
Extension Methods

Constructors

TokenSourceLiteral(string, string)

public TokenSourceLiteral(string serverUrl, string participantToken)

Parameters

serverUrl string
participantToken string

Methods

FetchConnectionDetails()

public TaskYieldInstruction<ConnectionDetails> FetchConnectionDetails()

Returns

TaskYieldInstruction<ConnectionDetails>