Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
753 stars 191 forks source link

fix: Fix CreateOffer and CreateAnswer to execute in parallel #824

Closed karasusan closed 1 year ago

karasusan commented 1 year ago

Related issue #792.

This issues occurred when running process of CreateOffer / CreateAnswer methods of RTCPeerConnection class in parallel.