Skip to content

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.

@hthetiot hthetiot modified the milestones: 8.0.x, triage Sep 25, 2025
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