Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve is 05 control #701

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2022

  1. utilities: add 'Get SDP' function to ease new media connections

    * Now we can get SDP from a sender (`--sdp` is now re-used to save
    transport file) and a receiver. To acheive this a GET request is added
    which implies some renaming.
    
    * The http/json ack is now displayed for all the requests
    
    * Update the doc including a practical example
    pkeroulas committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6057c0b View commit details
    Browse the repository at this point in the history
  2. utilities: fix dummy is-05 request

    The former uuid wasn't accepted by a receiver because it didn't match:
    '^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}'
    pkeroulas committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c9c569b View commit details
    Browse the repository at this point in the history