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

SignalingConnect の `metadata`, `signaling_notify_metadata` が nil なのに送信データに {} が含まれる問題を修正 #198

Closed zztkm closed 3 months ago

zztkm commented 3 months ago

修正内容はこちらです。


This pull request primarily addresses a bug in the SignalingConnect class within Sora/Signaling.swift. The bug fix ensures that metadata and signaling_notify_metadata are only sent if they are not nil, preventing the unintended transmission of empty objects {}.

Here are the key changes: