Skip to content

1.24.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 02 Jun 16:23
· 37 commits to main since this release

June 02, 2025

✅ Added

  • Stats V2 reporting. #806
  • CallViewController was updated to accept the video flag when starting a call. #811
  • team property when creating calls through CallViewModel and/or CallViewController #817

🔄 Changed

  • When joining a Call, if the user has an external audio device connected, we will ignore the remote CallSettings.speakerOn = true. #819
  • CallKit will report correctly the rejection reason when ringing timeout is reached. #820

🐞 Fixed

  • Fix a retain cycle that was causing StreamVideo to leak in projects using NoiseCancellation. #814
  • Fix occasional crash caused inside MicrophoneChecker. #813
  • Fix video parameter wasn't respected when creating Calls, causing CallKit notifications to always show a call as audio. #818