diff --git a/src/main.ts b/src/main.ts index 11ffdbc..407db5e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -73,6 +73,17 @@ export default defineAgent({ }, }); + // // Add a virtual avatar to the session, if desired + // // For other providers, see https://docs.livekit.io/agents/models/avatar/ + // const avatar = new anam.AvatarSession({ + // personaConfig: { + // name: '...', + // avatarId: '...', // See https://docs.livekit.io/agents/models/avatar/plugins/anam + // }, + // }); + // // Start the avatar and wait for it to join + // await avatar.start(session, ctx.room); + // Join the room and connect to the user await ctx.connect();