David Zhao

Results 472 comments of David Zhao

I think we are going to force it to flush, like what they've recommended.. but I agree with you, even if the STT provider doesn't support streaming, as long as...

Please remove WebRTC as a dependency, we no longer reference it in v2

you'll want to point it at 2.0, which has the [following deps](https://github.com/livekit/client-sdk-swift/blob/main/Package.swift) ``` dependencies: [ // LK-Prefixed Dynamic WebRTC XCFramework .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "114.5735.14"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"), .package(url: "https://github.com/apple/swift-log.git",...

This is an issue with Cloudflare workers, which does not support native libraries. LiveKit agents depends on [our Rust SDK](https://github.com/livekit/rust-sdks/). We'll not be able to address this from our end....

Gemini Live sometimes doesn't produce audio as fast as real-time. when that happens, the audio will glitch out momentarily due to having insufficient data. There isn't really a way to...

another question. OpenAI supports token usage reports. wouldn't it make sense to use provider-provided usage when it exists? it seems like it would be more accurate

> > another question. OpenAI supports token usage reports. wouldn't it make sense to use provider-provided usage when it exists? it seems like it would be more accurate > >...

this is possible now with the framework syncing the chat context in realtime model to the main AgentSession

thanks for the report. confirmed we are seeing this and will fix on our side

the attributes should be coming back in `participant.attributes` I'm not seeing where you are using it in the code