Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
738 stars 185 forks source link

[BUG]: #976

Closed fghdheyn closed 9 months ago

fghdheyn commented 9 months ago

Package version

3.0.0-pre.7

Environment

* OS: Windows 10, iOS 16 and 17
* Unity version: 2021.3.27f1
Package version: 2.4.0-exp.10

Steps To Reproduce

Encountered an issue or limitation when sending data over a data channel.

The data channel can output < 2Mbps without any issues. When the input data forwards the data channel increases to 4.8Mbps or higher, getting an error - "data channel is not opened". Before sending data, the data is segmented into packages < 65 KB

The issue appears only on iOS and no issues with Unity Editor.

Could you please advise how to resolve this issue?

Current Behavior

No response

Expected Behavior

No response

Anything else?

No response