Open Matteo-0 opened 3 years ago
You probably need to wait for the PeerConnection object to initialize first.
Double-check the tutorial/docs for more details, but generally, you must wait for the PeerConnection.OnInitialized event to fire before creating offer etc.
Hello, I am trying to send images acquired by my local camera in unity to the hololens 2. The problem is that I get the folllowing error: "cannot create offer with uninitialized peer"
I do not know how to solve it, hope anyone can help me.