Skip to content

0.5.0

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 16 Feb 10:54
· 643 commits to main since this release

February 15, 2024

🔄 Changed

  • The following API changes occurred as part of the redesign. #269 & #270
    • OutgoingCallView now accepts an additional callTopView parameter to align with the updated design.
    • CallParticipantsInfoView and the ViewFactory.makeParticipantsListView method aren't accept the availableFrame anymore.
    • ParticipantsGridLayout orientation parameter isn't required anymore.
    • The onRotate ViewModifier has been removed. You can use the InjectedValues[\.orientationAdapter] which is an ObservableObject that can provide information regarding device orientation.