Implement remote offerer support in js
Now you can check the "Remote offerer" checkbox in the JS example to force the peer to send the SDP offer. This involved implementing support for receiving the OFFER_REQUEST message in the C example.
As a side-effect of this, the C example will no longer send OFFER_REQUEST automatically when the --our-id option is passed. It will only do so when the --remote-offerer option is explicitly passed.
plus some misc fixes.
Merge request reports
Activity
added 1 commit
- 2c91dae2 - sendrecv: Implement remote-offerer option for JS example
added 1 commit
- fa5db9e6 - sendrecv: Implement remote-offerer option for JS example
- Resolved by Nirbheek Chauhan
added 1 commit
- 5d8e1d78 - sendrecv: Implement remote-offerer option for JS example
assigned to @gstreamer-merge-bot
mentioned in commit nirbheek/gst-examples@ea78d961
mentioned in commit nirbheek/gst-examples@ebedb8bd
mentioned in commit nirbheek/gst-examples@06a485f2
mentioned in commit nirbheek/gst-examples@6a15fdc5
mentioned in commit nirbheek/gst-examples@f4698890
mentioned in commit nirbheek/gst-examples@765a4408
added 6 commits
- ea78d961 - sendrecv/gst: Don't need to allocate to send OFFER_REQUEST
- 6a15fdc5 - sendrecv/js: Handle OFFER_REQUEST as part of the switch
- ebedb8bd - webrtc: Document OFFER_REQUEST in the protocol doc
- 06a485f2 - sendrecv/js: Implement state handling for Connect button
- f4698890 - sendrecv/gst: Some misc whitespace fixes
- 765a4408 - sendrecv: Implement remote-offerer option for JS example
Toggle commit listmentioned in commit nirbheek/gst-examples@a508bc24
mentioned in commit nirbheek/gst-examples@eb89cd01
mentioned in commit nirbheek/gst-examples@58b1eecf
mentioned in commit nirbheek/gst-examples@ea3c0e87