microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
898 stars 278 forks source link

Multiple Connection Issue #766

Open Aka-Amir opened 3 years ago

Aka-Amir commented 3 years ago

Hi , at first thanks to your wonderful library for WEBRTC its great. But I trying to connect multiple connections in unity to multiple Remote Id but at first i don't know how to do it and when i searched i found that i should make 3 PeerConnection component but i don't know how to add it to signaler.

can you tell me how to do it?

Aka-Amir commented 3 years ago

@djee-ms

jongfeelkim-VIRNECT commented 3 years ago

I also tried two PeerConnection for multiple connections to other peer. But second peer error occur Cannot apply remote description: Object not initialized while signaling

image

Aka-Amir commented 3 years ago

My Error is cannot set description @jongfeelkim-VIRNECT