- mediastreamer2!475 (merged)
- lime!62 (merged)
- liblinphone!1418 (merged)
- linphone-cmake-builder!184 (merged)
- bctoolbox!115 (merged)
- belle-sip!201 (merged)
UWP Wrapper:
- Fix target framework.
- UWP/Win32 CSharp wrapper.
- Add nuget.targets to build folders.
- Add Copy to output in targets.
- Assets copy outside of target (fix error on payloads).
- Deploy openldap dependencies (windows), CI rework
Add debug message for nuget generation. Fix bctoolbox on missing header. Fix UWP generator to take account Visual Studio 2019 and later. Fix cast errors on x64.
Audio : avoid returning audio card if null is set. Fix getting capture card on setting input and not playback. Allow setting NULL device (case of no cards available). Fix tests to not take account of system audio cards (maybe need to be done directly on core creation) Fix UWP tester in case of xml wasn't needed.
- Stop audio stream when setting new device and Filter don't implement MS_AUDIO_CAPTURE_SET_INTERNAL_ID and MS_AUDIO_PLAYBACK_SET_INTERNAL_ID. This fix allow changing device on Desktop while ringback.
- Add Audio stream stop count for tests.
- Change audio_stream_set_<input/output>_ms_snd_card prototype to know if MS_AUDIO_CAPTURE_SET_INTERNAL_ID/MS_AUDIO_PLAYBACK_SET_INTERNAL_ID have been called in filters.
- Add debug feedback when setting card.