node-webrtc-examples
node-webrtc-examples copied to clipboard
can we create offer by client and create answer by server?
because create offer by server need client call api twice. but if create offer by client and connect status is always "new"?
and we need client create a datachannel, and server get datachannel and send data to client by it.