gstreamer/webrtc/sendrecv/gst
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
..
Dockerfile Add --disable-ssl flag to webrtc-sendrecv.c 2018-06-18 09:02:05 +03:00
Makefile Improve building documentation 2018-11-22 05:23:15 +00:00
meson.build check: first pass at a couple of validate tests 2020-05-06 06:01:57 +00:00
webrtc-sendrecv.c sendrecv: wait until the offer is set before creating answer 2020-05-06 06:01:57 +00:00
webrtc_sendrecv.py tests: first pass at some basic browser tests 2020-05-06 06:01:57 +00:00