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

ICEServerInfo の urls の型を [URL] から [String] に変更 #206

Closed zztkm closed 1 month ago

zztkm commented 1 month ago

変更内容


This pull request includes changes to the Sora/ICEServerInfo.swift file to handle TURN URIs as strings instead of URLs, and a related fix in the CHANGES.md file. The most important changes are summarized below:

Handling TURN URIs as Strings

Documentation Update