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

implement PREFFIX_INVALID_MEDIA_ID pluxin.xml preference to disable UUID preffix for bad media ids via config #647 #648

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

Conversation

hthetiot
Copy link
Contributor

@hthetiot hthetiot commented Feb 18, 2021

Testing

To test bugs/PreffixInvalidMediaId branch

cordova plugin remove cordova-plugin-iosrtc --verbose
cordova plugin add https://github.com/cordova-rtc/cordova-plugin-iosrtc#bugs/PreffixInvalidMediaId --verbose
cordova platform remove ios --no-save
cordova platform add ios --no-save

Then to disable preffix on bad media id, update config.xml or package.json if using recent cordova

cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova.plugins.diagnostic": {},
      "cordova-plugin-statusbar": {},
      "cordova-plugin-background-mode": {},
      "cordova-plugin-ipad-multitasking": {},
      "cordova-custom-config": {},
      "cordova-plugin-iosrtc": {
        "PREFFIX_INVALID_MEDIA_ID": "FALSE",
        "MANUAL_INIT_AUDIO_DEVICE": "FALSE"
      }
    },
<plugin name="cordova-plugin-iosrtc">
        <variable name="MANUAL_INIT_AUDIO_DEVICE" value="FALSE" />
        <variable name="PREFFIX_INVALID_MEDIA_ID" default="FALSE"/>
</plugin>

@hthetiot
Copy link
Contributor Author

hthetiot commented Mar 9, 2022

#734 or unique track Id in relation to Janus issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant