Real-Time Video & WebRTC
FREE 50K minutes
Credited every month
100K+ Viewers
Scalable solution and restreaming
Web, IOS, Android
Simple SDK and API
Features
- 1-to-1 video call
- 300+ participants video call
- Screen sharing and presentation
- Chat with history
- Moderation and management of participants
- Unlimited call time (>40 minutes)
- Your logo and branding
- Interpreters for 15+ languages
- Recording
- Restreaming to social network
- Streaming to 100K+ viewers via cheap CDN traffic
Why Computer.Com?
- Video conferencing for 2 – 100,000 participants
- No-code or…
- API & SDK for web, iOS/Android, enterprise web VS portal
- Improvements align with your requirements
- Compliance with enterprise security policies
- Worldwide CDN & Cloud from same provider
- Not easy integration of various services
- Billing for everything x3
- License per host
- Not the optimal cost for webinars with 300+ participants
- Legacy SDK
- No custom improvements
Workflow ready
Scale with us if you have your own WebRTC solution.
And use our infrastructure with open source demos if you need to build a new real-time video conferencing service from scratch.
Build real-time communication into your Web, iOS, Android, React Native apps.
Frequently Asked Questions
From 2 to 100,000+.
We don’t use CDN for video calls service as it’s a pure WebRTC, which doesn’t need caching. To connect you with attendees from all over the globe at real-time latency. To provide life-like talking with your colleagues or webinar viewers at the QA session.
But still, even without CDN infrastructure, our video calls have the greatest stability and power. Your website or application won’t crash even if there are 100 000+ viewers as we develop a special redundancy technology to divide viewers between WebRTC-servers.
We use our own infrastructure. That means – we can set up video call servers for you in any location where Gcore has Cloud service.
By default, we have servers in Ashburn (to cover the USA), Luxembourg (to cover Europe) and Singapore (to cover Asia).
If you want something closer to your attendees, check the map and send us a request.
The simplest way is to embed Video calls room on your website/or web application like an iframe.
Example of an iframe code:
<iframe
src="https://meet.computer.com/call/?roomId=serv2yourRoomID"
allow="camera; microphone; fullscreen; display-capture; autoplay;screen-wake-lock"
></iframe>
Then video calls will work just in the browser inside of your application. There won’t be any need for viewers to download a thing. Just open the page and connect to the call.
Read the detailed Manual on different integration ways here.
Yes, we provide a Moderator mode.
You can choose one (or more) person to play the role of a moderator in your call/webinar.
These persons have the power to:
-kick attendees with inappropriate behaviour out of the room
-switch off noisy attendees’ microphones or video
-allow/not attendees to join the call (we have a waiting room)
-allow attendee with a switched-off mic to speak by their request and many more
Read more on how to enable and manage a Moderator role here.
We have an API which can allow you to do anything you want with our video calls – for instance, maybe you don’t want to use our UI at all. With API requests you can build your own design and add features depending on your needs.
Our API is published here. And don’t hesitate to ask the support team if you have any questions.
For those who prefer mobiles, we have an SDK, located on our GitHub.
The Android demo is here.
The iOS demo is here.
The React native demo is here.
We calculate the price by the number of minutes your users spend in the rooms. Per each user.
There’s a specific price for 1 min – $0.003.
For example, 2 users have spent 5 minutes in one room. As you’re billed for each user, it’s 5×2×$0.003=0.03$
We’re charging per month. That means, if one month there was only one video call between 2 users for only 5 mins – you pay only for that.
If next month you expand to 100 users each talking for 100 mins in different rooms, you’ll pay 100users×100mins×$0.003=30$
So, it depends on your consumption. You don’t pay for more than you’ve spent.
Simple steps to start
Step 1
Generate ID of the room
Init the room
Initialize the room in code of Web Demo
CalmDayAcquire
Step 2
Initialize the room in code of Web Demo
<iframe src="https://meet.computer.com/call/?roomId=CalmDayAcquire" allow="camera; microphone; fullscreen; display-capture; autoplay;screen-wake-lock" ></iframe>
Step 3
Give permission to use cam & mic
Look at our open source demos & howto:
- IOS Native SDK
- Android Native SDK
- React Native SDK
- Web API