UNPKG

opentok-react-native

Version:
12 lines (11 loc) 317 B
"use strict"; const handleError = error => { console.log('OTRN JS: There was an error: ', error); }; const handleSignalError = error => { if (error) { console.log(`OTRN JS: There was an error sending the signal ${error}`); } }; export { handleError, handleSignalError }; //# sourceMappingURL=OTError.js.map