gstreamer/webrtc/sendrecv
Matthew Waters 3a86a37c03 sendrecv: wait until the offer is set before creating answer
Pragmatically, an answer cannot be created until the offer is created as
the answer creation needs information from the offer.  Practically, due
to implementation details, the answer was always queued after the set of
the offer and so the call flow did not matter.

The current code also hid a bug in webrtcbin where ice candidates would be
generated before the answer had been created which is against the JSEP
specification.

Change to the correct call flow for exemplary effect.
2020-05-06 06:01:57 +00:00
..
gst sendrecv: wait until the offer is set before creating answer 2020-05-06 06:01:57 +00:00
gst-java Java demo (#81) 2019-02-26 13:41:15 +01:00
gst-rust Set TURN server in Rust sendrecv example too 2020-03-24 12:57:17 +02:00
gst-sharp sendrecv: port all examples to use a max-bundle policy 2018-10-15 20:46:28 +02:00
js html: charset 2020-04-16 17:53:17 +02:00
meson.build Add meson build script 2019-07-02 14:40:36 +01:00