Tools : Precall test
Add the ApiRTC precall-test to your website to allow your visitor to reach the best conditions for their communications.
Description:
The apiRC precall-test allow your visitor to run the following tests:
- Bandwidth test calculate the download and upload speed of your connection, and display graphic evaluation according to our recommended bandwidth. (Check our FAQ for details: https://dev.apirtc.com/faq/index)
- Device test allow your user to connect, select and test its audio/video setup in order to be ready before starting its communication.
- Call test record user's video/audio so your visitor can replay it, and evaluate its communications conditions.
Adding the precall test:
To implement your own precalltest page, you must add:
<head> <link rel="stylesheet" href="https://cloud.apirtc.com/precalltest/app.min.css"> </head> <body> <script src="https://cloud.apirtc.com/apiRTC/apiRTC-latest.min.js"></script> <script src="https://cloud.apirtc.com/precalltest/app.min.js"></script> <script> ApizeePrecallTest.load({ container: 'preCallTest', // ID of DOM element container apiKey: [insertYourApiKey], cloudUrl: 'https://cloud.apirtc.com/' }); </script> </body>