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

Prevent unnecessary "Unsupported codec 'none' error" #2357

Merged
merged 1 commit into from
Sep 14, 2020
Merged

Prevent unnecessary "Unsupported codec 'none' error" #2357

merged 1 commit into from
Sep 14, 2020

Commits on Sep 12, 2020

  1. Prevent unnecessary "Unsupported codec 'none' error"

    In case a party does not send audio, `audio_codec` renders `none`, which causes an unnecessary error in `janus_sdp_get_codec_rtpmap`. Because `do_audio` is already `false` at this time, it is checked and the call to `janus_sdp_get_codec_rtpmap` is prevented. Similar for video
    neilyoung committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    e01ad11 View commit details
    Browse the repository at this point in the history