mutiny-core 0.4.38

The core SDK for the mutiny node
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "goog:chromeOptions": {
    "args": [
      "--use-fake-device-for-media-stream",
      "--use-fake-ui-for-media-stream"
    ]
  },
  "moz:firefoxOptions": {
    "prefs": {
      "media.navigator.streams.fake": true,
      "media.navigator.permission.disabled": true,
      "media.webaudio.enabled": false,
      "datareporting.healthreport.uploadEnabled": false
    },
    "args": []
  }
}