July 08, 2026
🐞 Fixed
- Fixed a crash that could occur when starting a new ringing call replaced a previous one that was still ringing. #1184
- Fixed an audio crash that could occur when the audio device module was updated from multiple threads at the same time. #1179
- Local video could fail to start when joining a call if the camera capture session stopped unexpectedly (e.g. after a capture-server connection loss), because the capturer did not restart it. #1175
- The microphone now recovers after an audio-session interruption ends while the app is backgrounded, instead of staying silent (recording but capturing nothing) until you leave and rejoin the call. #1174
- Local video sometimes failed to start when joining a call, because the publisher negotiation was debounced on the main run loop and could be delayed while the call UI was presenting.#1173
- Constant audio route changes while joining a call no longer mute the microphone, so captured audio reaches the published track. #1172