-
Assuming use of a websocket server for signaling, should this example work for browser-to-browser as well? With the wasm implementation? /~https://github.com/pion/webrtc/blob/master/examples/pion-to-pion/offer/main.go |
Beta Was this translation helpful? Give feedback.
Answered by
unicomp21
Oct 28, 2021
Replies: 1 comment 1 reply
-
In the example, why is there no need for a createAnswer call? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sean-Der
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the example, why is there no need for a createAnswer call?