RingCentral VoIP Caller - Test Mode

Ready to make calls

Recent Calls

Test Mode - SDK Loading Issues

⚠️ RingCentral SDK Not Available

This appears to be due to network connectivity issues or CDN blocking. The application has loaded in test mode.

To resolve this issue:

  1. Check Internet Connection: Ensure you have a stable internet connection
  2. Try HTTPS Hosting: Host this application on HTTPS (required for WebRTC)
  3. Check Firewall/Antivirus: Some security software blocks CDN requests
  4. Try Different Network: Corporate networks often block external CDNs
  5. Download SDKs Locally: See README.md for instructions to download SDK files locally

Original Setup Instructions:

  1. Create a RingCentral developer account at developers.ringcentral.com
  2. Create a new app with the following settings:
    • Platform Type: Browser-based
    • Permissions: VoIP Calling, Read Accounts
    • OAuth Redirect URI: Your domain (e.g., https://yourdomain.com)
  3. Update the configuration in config.js with your app credentials
  4. Host this application on HTTPS (required for WebRTC)