How to set remote description for a WebRTC caller in Chrome without errors?
问题 I hope there is no flaw in the logic. Step 1: caller creates offer Step 2: caller sets localDescription Step 3: caller sends the description to the callee //------------------------------------------------------// Step 4: callee receives the offer sets remote description Step 5: callee creates answer Step 6: callee sets local description Step 7: callee send the description to caller //------------------------------------------------------// Step 8: caller receives the answer and sets remote