Table of Contents
- In which Programming Languages are the Code Samples available?
- Can I run the Sample Application on HTTP?
- Can I try the Sample Application on localhost?
- How to generate SSL Certificates for testing a Sample Application?
- Can I build a Desktop Application using EnableX?
- Do you provide SDK for Windows Desktop Applications?
- Do you provide Group Calling/Conferencing functionality?
- Can I get a Video Call demo?
- Do you have Code Samples available?
In which Programming Languages are the Code Samples available?
We provide Code Samples in various programming languages for different platforms, as shown below:
- For Android: Java/Kotlin
- For iOS: Swift
- For Web: NodeJS/PHP/Laravel/Python/VueJS
- For Hybrid: React Native
Refer to our GitHub Repository for Sample Codes.
Back to IndexCan I run the Sample Application on HTTP?
No, WebRTC is not supported on HTTP. You can run a sample application on HTTPS only.
Back to IndexCan I try the Sample Application on localhost?
No, WebRTC is not supported on localhost anymore.
Back to IndexHow to generate SSL Certificates for testing a Sample Application?
Your Application Server must run on a secured Web Server; hence, use a valid SSL certificate for your domain and use it to configure your Web Service to make your domain accessible on HTTPS.
Alternatively, you may also use a self-signed certificate to run the Application Server. Some of the websites that generate self-signed certificates are:
- https://letsencrypt.org/
- https://www.sslchecker.com/csr/self_signed
- https://www.akadia.com/services/ssh_test_certificate.html
Can I build a Desktop Application using EnableX?
You can use hybrid frameworks like Electron and develop Desktop applications using EnableX Web SDK.
Back to IndexDo you provide SDK for Windows Desktop Applications?
We do not provide SDK for Windows Desktop Applications as of now. However, you can use Hybrid frameworks like Electron and develop Desktop Applications using EnableX Web SDK.
Back to IndexDo you provide Group Calling/Conferencing functionality?
Yes, we support One-to-One calling as well as Conferencing.
- Refer to One-to-One Video Calling Sample Applications here.
- Refer to Multiparty Video Conference Sample Applications here.
Can I get a Video Call demo?
- You can try a Quick Video Call Demo to assess EnableX Video performance.
- Sign up with Demo Zone to access demo applications covering various use-cases of EnableX solutions and learn to integrate EnableX into your application.
- You can also check out our Sample Applications in GitHub as per your technical requirements that will provide you an insight into the implementation details.
Do you have Code Samples available?
Yes, we provide code samples for Web, Android, iOS, and Hybrid applications in different programming languages.
- Refer to the One-to-One Video Call Sample Applications here.
- Refer to the Multiparty Video Conference Sample Applications here.