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

feat: pass custom ICE ufrag and pwd as local description init #1207

Commits on Jun 13, 2024

  1. feat: pass custom ICE ufrag and pwd as local description init

    Adds an optional second argument to `rtc::PeerConnection::setLocalDescription`
    that can contain an ICE ufrag and pwd that if passed will be used in place
    of the randomly generated versions.
    
    Refs: paullouisageneau#1166
    Refs: paullouisageneau#1201 (comment)
    
    Co-authored-by: Paul-Louis Ageneau <[email protected]>
    achingbrain and paullouisageneau committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    264585c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f0432d1 View commit details
    Browse the repository at this point in the history