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

URL 構造体が TURN URI に対応していないのに、URL に変換していたのを修正する #207

Closed zztkm closed 1 month ago

zztkm commented 1 month ago

変更内容


This pull request makes several changes to the Sora/ICEServerInfo.swift file to address an issue with handling TURN URIs and updates the CHANGES.md file accordingly. The most important changes include modifying the urls property to handle TURN URIs as strings, updating the initialization and decoding methods, and fixing an issue with URL conversion.

Handling TURN URIs:

Documentation: