if I delay starting the rtcAudioSource then I can ...
# sdk-rust
d
if I delay starting the rtcAudioSource then I can get around that error on publish but I get it at room disconnect too: [2024-11-06T085901Z ERROR livekit_ffi::cabi] failed to handle request FfiRequest { message: Some(CaptureAudioFrame(CaptureAudioFrameRequest { source_handle: 195, buffer: Some(AudioFrameBufferInfo { data_ptr: 5926510608, num_channels: 2, sample_rate: 24000, samples_per_channel: 1024 }) })) }: InvalidRequest("handle not found") I also see the same thing I was seeing before where the audio track isn't showing up on my server (though the unity client says audio track published
session RM_EaPWKnBQnm3M you can see video working but audio never showing up.
this time it's working from the unity editor but not from an ipad
also doing
var rtcSource = new RtcAudioSource(source, RtcAudioSourceType.AudioSourceMicrophone);
seems to break it in the editor too (choosing audiosource microphone)