Pinned Loading
-
twilioPushDial.js
twilioPushDial.js 1const axios = require('axios');
2const DEFAULT_REGISTRATION_DELAY = 5000;
34const waitForRegistration = (delay = DEFAULT_REGISTRATION_DELAY) =>
5new Promise((resolve) => setTimeout(resolve, delay));
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.