Building, managing, and
hosting your own chat applications

Tutorials
View a variety of tutorials so you can start creating your messaging app faster than ever.
Monitoring
Monitor server status, know what happens behind the bonnet.
Support
Premium support and ticketing system available whenever you need a helping hand.
Security
We are all about security! Our features allow you to view your security information easily.
What is eRTC ?

What is eRTC ?

It stands for Enabling Real Time Communications. We offer secure messenger deployments where you control the privacy and privileges orchestrated within your networks.
View Plans
The Challenge
The Challenge
Building your own instant messaging feature is
costly and time consuming
Scaling your own chat application or features can
expose vulnerabilities if not constructed correctly
Securing your own chat environment can be
difficult and risky
The Challenge
The Challenge
The Challenge
The Challenge
The Challenge
The Challenge
The Challenge
The Challenge

Preview Chat SDK for Android or iOS

iOS Chat Sdk
import UIKit
import eRTC-SDK

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

   var window: UIWindow?

   func application(_ application: UIApplication,
    didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?)
    -> Bool {
      eRTCApp.configure()
      return true
   }
}
Android Chat Sdk
class ERTCApplication : Application () {

   override fun onCreate() {
      super.onCreate()

      //Config builder
      val config = Configuration.Builder()
            .context(this)
            .apiKey("your api key goes heress")
            .build()

      // SDK initialize
      eRTCSDK.initializeWithConfig(config)
   }
}
iOS Chat Sdk
import UIKit
import eRTC-SDK

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

   var window: UIWindow?

   func application(_ application: UIApplication,
    didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?)
    -> Bool {
      eRTCApp.configure()
      return true
   }
}
Android Chat Sdk
class ERTCApplication : Application () {

   override fun onCreate() {
      super.onCreate()

      //Config builder
      val config = Configuration.Builder()
            .context(this)
            .apiKey("your api key goes here")
            .build()

      // SDK initialize
      eRTCSDK.initializeWithConfig(config)
   }
}

Infrastructure and Vulnerability Insights

Infrastructure
Oversee health and resource usage of Kubernetes clusters.
Compliance
Login with your Qualys account, scan your environment, and print compliance reports with ease.
Security
Run security scans within containers, identify critical vulnerabilities, and protect your private communications more effectively than ever.

Secure Your Chat Conversations Now

Subscribe and try eRTC SDK free of charge, no credit card needed.