opentok-react-native
Version:
Vonage Video client SDK for React Native
12 lines (11 loc) • 317 B
JavaScript
;
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