react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

Need Help - Getting error of Malformed call #53

Closed farrukhhashmi65 closed 6 years ago

farrukhhashmi65 commented 6 years ago
    `ExceptionsManager.js:65` function () {
    var ret = '',
        value;

    for (var i = 0; i < 32; i++) {
        value = exports.random() * 16 | 0;

        if (i > 4 && i < 21 && !(i % 4)) {
            ret += '-';
        }

        ret += (i === 12 ? 4 : i === 16 ? value & 3 | 8 : value).toString(16);
    }

    return ret;
},03244993387,number,false, is not usable as a native method argument
  ExceptionsManager.js:73 Malformed calls from JS: field sizes are `different.`

I have follow your guide. but now facing this error on function display incomming call.