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

simulcast の判定を type: offer の simulcast の値で判定するように修正する #199

Closed zztkm closed 1 month ago

zztkm commented 1 month ago

変更内容


This pull request primarily focuses on adding support for simulcast in the SignalingOffer structure and handling it in the PeerChannel class. The changes include adding simulcast to SignalingOffer, decoding it in the Codable extension, and updating WrapperVideoEncoderFactory.shared.simulcastEnabled based on the simulcast value in PeerChannel. The CHANGES.md file is also updated to reflect these changes.

Here are the key changes: