Firat Tamur

Results 11 comments of Firat Tamur

> https://github.com/livekit/agents/blob/main/livekit-agents/livekit/agents/voice_assistant/voice_assistant.py#L25 How did you solve this Wills ?

As a workaround I tried to set metadata to participant and it works: ```python token = ( api.AccessToken(self.livekit_api_key, self.livekit_api_secret) .with_identity(identity) .with_name(room_name) .with_grants( api.VideoGrants( room_join=True, room=room_name, room_record=True, ) ) .with_metadata(metadata_str) .to_jwt()...

Hello, are there any update or recommendations for this ? Thank you : )

I also tried to delete room with cli but it says: twirp error not_found: requested room does not exist

Can you please share you solution for this Wills ? @willsmanley

Thank you. I think it will be useful for others too. I looked through docs all day to figure this out.

I have verified that the agents are now working correctly in my recordings. The issue appears to be resolved. Thank you for your assistance.

Is there any update on this issue ?

Hello, Is there any update on this issue ?