-
- All Implemented Interfaces:
-
io.livekit.android.token.TokenSource
public interface FixedTokenSource implements TokenSource
A non-configurable token source that does not take any options.
-
-
Method Summary
Modifier and Type Method Description abstract Result<TokenSourceResponse>fetch()-
-
Method Detail
-
fetch
@CheckResult() abstract Result<TokenSourceResponse> fetch()
-
-
-
-