githubEdit

Key Concepts

ApiRTC implements a model to manage the whole lifecycle of real-time communications.

apiKey

circle-info

Get your API key from the ApiRTC consolearrow-up-right

One apiKey is associated with one Enterprise. The apiKey is a simple md5-formatted string that identifies a client application without any principal user. It is useful for accessing the APIs and monitoring ApiRTC usage.

Enterprise

An Enterprise is an entity associated with your account.

ApiRTC allows the creation of nested/child Enterprises, each one having its own apiKey. This is useful to isolate the quota and billing of different projects.

Enterprise management can be done through the ApiRTC consolearrow-up-right.

Users

Users' authentication and authorization can be managed by the ApiRTC platform or by your own servers.

If you choose to rely on user management done through the ApiRTC platform:

Conversation

A Conversation is a way to make individuals communicate with each other.

ApiRTC enables chatting, watching, listening and/or sharing real-time audio, video, data, screen, and many associated features to help share information.

Last updated