shiguredo / sora-ios-sdk

WebRTC SFU Sora iOS SDK
https://sora-ios-sdk.shiguredo.jp/
Apache License 2.0
42 stars 8 forks source link

WrapperVideoEncoderFactory.shared.simulcastEnabled の設定条件から spotlightEnabled を削除する #200

Closed zztkm closed 1 month ago

zztkm commented 1 month ago

変更内容


This pull request primarily focuses on fixing and improving the configuration of simulcastEnabled in the WrapperVideoEncoderFactory.shared instance. The changes include removing the dependency on Configuration.spotlightEnabled and ensuring that the simulcastEnabled value reflects the value set during the type: offer event.

Here are the key changes:

Changes to CHANGES.md:

Changes to Sora/PeerChannel.swift: