|
@@ -37,14 +37,6 @@ const INITIAL_RN_STATE = {
|
37
|
37
|
// fastest to merely disable them.
|
38
|
38
|
disableAudioLevels: true,
|
39
|
39
|
|
40
|
|
- // FIXME Lib-jitsi-meet uses HTML script elements to asynchronously load
|
41
|
|
- // certain pieces of JavaScript. Unfortunately, the technique doesn't work
|
42
|
|
- // on React Native (because there are no HTML elements in the first place).
|
43
|
|
- // Fortunately, these pieces of JavaScript currently involve third parties
|
44
|
|
- // and we can temporarily disable them (until we implement an alternative to
|
45
|
|
- // async script elements on React Native).
|
46
|
|
- disableThirdPartyRequests: true,
|
47
|
|
-
|
48
|
40
|
p2p: {
|
49
|
41
|
preferH264: true
|
50
|
42
|
}
|