LiveKit C++ Client SDK v1.4.0
Real-time audio/video/data SDK for C++
Loading...
Searching...
No Matches
livekit::TokenSourceFixed Class Referenceabstract

Base interface for token sources that provide full credentials directly. More...

#include <token_source.h>

Inheritance diagram for livekit::TokenSourceFixed:

Public Member Functions

virtual std::future< Result< TokenSourceResponse, TokenSourceError > > fetch ()=0
 Fetch connection credentials.
 

Detailed Description

Base interface for token sources that provide full credentials directly.

Member Function Documentation

◆ fetch()

virtual std::future< Result< TokenSourceResponse, TokenSourceError > > livekit::TokenSourceFixed::fetch ( )
pure virtual

Fetch connection credentials.

Returns
Future resolving to connection details or an error.

Implemented in livekit::LiteralTokenSource.


The documentation for this class was generated from the following file: