Had any been successful in the integration of the sdk , I haven’t seen anyone yet and when I asked for help over months I’m told to read docs that clearly are not helping . Everything is set up correctly but yet no real time streaming
Not sure why you would be having an issue. What problem are you having? Have you tried this agents/examples/voice_agents/basic_agent.py at main · livekit/agents · GitHub ?
Hi, can you share more on what you have tried, and what issue you’re facing? We have multiple live streaming services using livekit at scale.
Token and api not working , users can’t see each other in real time
Hard to diagnose an issue with such limited information. Have you tried using meet.livekit.io to see if that works for you?
See guys your replies are why he is discouraged. can’t just say its hard to diagnose without asking for relevant information first.
OP, What kind of tech stack are you using? Flutter? Java? React(native)? Python? Are you using .env files to store your API keys? How are your API keys called? Are they imported or are you adding them directly into the code? Was your project built originally from bash and npm? Or did you get a module from a GIT source? And if so did you clone the repository or just download the zip and manually integrate it into your project? Have you tried to make a fresh build with bash and npm and see what a clean normal setup looks like? Are you generating tokens from your own backend? Do you use MongoDB or Firebase/Firestore have you deployed the functions properly? If you are using bash use the “–verbose > log.txt” command and show us the logs of whatever you’re trying to configure LiveKit into. You stuck in a demo loop? Are you able to request and grant device permissions like the camera and microphone? Is this strictly a web app? If so are you using chrome with an adblocker installed?