GstWebRTC - Data Channel: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 32: Line 32:


===Options===
===Options===
* -c, --channel=C:      <br>Channel to register (The session ID)
* -c, -channel=C:      <br>Channel to register (The session ID)
* -p, --peer-channel=P: <br>Peer channel
* -p, -peer-channel=P: <br>Peer channel
* -a, --no-audio:      <br>Don't use audio in the WebRTC session
* -a, -no-audio:      <br>Don't use audio in the WebRTC session
* -v, --no-video:      <br>Don't use video in the WebRTC session
* -v, -no-video:      <br>Don't use video in the WebRTC session
* -d, --no-data:        <br>Don't use data in the WebRTC session
* -d, -no-data:        <br>Don't use data in the WebRTC session
* -o, --owr-signaler:  <br>Use OWR signaler (by default Pubnub signaler is used)
* -o, -owr-signaler:  <br>Use OWR signaler (by default Pubnub signaler is used)
* -s, --start-call:    <br>Start the call from this endpoint (Disabled by default)
* -s, -start-call:    <br>Start the call from this endpoint (Disabled by default)





Revision as of 00:49, 28 February 2019