Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

zztkm
Copy link
Contributor

@zztkm zztkm commented Aug 6, 2024

変更内容

  • [FIX] URL 構造体が TURN URI に対応していないのに、URL に変換していたのを修正する
    • 意図しないエスケープが発生しないようにした

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:

  • CHANGES.md: Added an entry to document the fix for handling TURN URIs and preventing unintended URL escaping.

@zztkm zztkm requested a review from miosakuma August 6, 2024 10:07
@zztkm zztkm merged commit 0927a8f into develop Aug 9, 2024
4 checks passed
@zztkm zztkm deleted the feature/fix-handle-turn-uri-as-string branch August 9, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants