Closed clementdevosmc closed 7 years ago
I also have this problem on iOs, running on a real iPhone 6.
a patch will be available soon
I was not able to reproduce the issue but this should be corrected, please update your demo to use apiRTC-React-latest.min.debug.js instead of apiRTC-React-3.14.min.debug.js
I don't seem to get the error anymore. Thanks !
Hello,
I'm getting this error after implementing your demo in my project on android :
The code below is how i've implemented the api but it's not very different from the Demo code..
` import React, {Component} from "react"; import {View, Dimensions, Platform,StatusBar} from 'react-native'; import {RTCView} from 'react-native-webrtc'; import {RkStyleSheet, RkText, RkButton, RkTextInput} from 'react-native-ui-kitten'; import Icon from 'react-native-vector-icons/FontAwesome';
require('../lib/apiRTC-React-3.14.min.debug'); const window = Dimensions.get('window');
export class ApiRTCView extends Component {
}
`
Do you have any idea of what's going wrong?