Update dependency livekit-server-sdk to v2 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lukasIO <mail@lukasseiler.de>
This commit is contained in:
renovate[bot]
2024-02-06 12:15:35 +01:00
committed by GitHub
parent 25389809b4
commit 818a7167eb
3 changed files with 28 additions and 292 deletions

View File

@@ -64,7 +64,7 @@ export default async function handleToken(
canSubscribe: true,
};
const token = createToken({ identity, name, metadata }, grant);
const token = await createToken({ identity, name, metadata }, grant);
const result: TokenResult = {
identity,
accessToken: token,