<div dir="ltr">I am using Ubuntu 24.04. I desire to make a call using gstreamer and webrtcbin<div><br></div><div>When I do this:</div><div>gst-launch-1.0 webrtcbin start-call=true signaler::server_url=<a href="http://my-machine:8080">http://my-machine:8080</a> \<br>    signaler::session_id=1234mycall name=web \<br>    videotestsrc is-live=true ! queue ! videoconvert ! \<br>    x264enc key-int-max=2 ! rtph264pay ! queue ! identity silent=false ! \<br>    web.video_sink web.video_src ! rtph264depay ! avdec_h264 ! videoconvert ! ximagesink async=true</div><div><br></div><div>I get a message about start-call is not a property.</div><div>Why is that ? This was an example on a webpage.</div><div><br></div><div>Either way - 'How" do I make a call to a number like 101 using webrtcbin ?</div><div><br></div><div>thanks</div><div><br></div><div>Jerry</div></div>