rust-sdks
rust-sdks copied to clipboard
Bump protocol to v1.37.1 and add audio_features handling
Main motivation is to get the new pre connect buffer AudioTrackFeature added for usage in https://github.com/livekit/agents/pull/2171
Is the AudioTrackFeature already done? I don't see it anywhere in the code
Ah, I assumed trackInfo just gets passed as is, but it doesn't. Will add handling for audio track features
@theomonnom I added handling for audio_features both on the rust side and FFI