livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
229 stars 108 forks source link

e2ee: Fix createEncodedStreams failure. #498

Closed cloudwebrtc closed 2 months ago

cloudwebrtc commented 2 months ago

After migrating to package:web, AudioElement.srcObject = audioTrack is called before createEncodedStreams, possibly due to package:web asynchronous timing changes. Cause E2EE failure.

close https://github.com/livekit/client-sdk-flutter/issues/496