Crash on network drop while having the `virtualAudioMic` set

Description
The SDK crashes when the network connection drops while having the virtualAudioMic set.

Which macOS Video SDK version?
1.5.3 (12615)

To Reproduce(If applicable)
Start network link conditioner on 100% Loss profile.

Screenshots

Additional context
I tried a number of things to prevent the crash from happening. And the only thing that helps is to avoid setting virtualAudioMic.
The virtual mic / ZMVideoSDKAudioSender is not being used while the network drops (not sending packets).
The crash happens right after: func onError(_ ErrorType: ZoomError, detail: Int32) has been called.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.