Skip to content

aldimol/orca.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

orca.js

Open Real-Time Communications API

What is orca.js?

ORCA defines a set of client binding APIs for javascript developers. It provides an abstraction to the signaling protocols used in order to establish WebRTC communications, and it exposes a simplified object and eventing model for RTC oriented applications. In order to run a application using the orca.js API you must have: (1) an orca.js wrapping library implementing a signaling protocol (e.g. SIP over websockets); and (2) a signaling server supporting the protocol. These components should be available to you from orca.js-compliant service providers and may be bound to special license agreements, terms, and conditions specific to each provider. ORCA will have a stubbed implementation available for testing and prototyping soon. We welcome any contributions using popular signaling protocols like SIP or Jingle.

Who should use orca.js?

Application developers who want to add real time communication to applications can use orca.js to simplify this process. Developers who want to add complex features, like call forwarding, or who want to enable communication with other applications, would benefit from the capabilities provided by orca.js. The JavaScript libraries in orca.js will also simplify communications between web applications and the PSTN.

High Level Architecture:

Orca.js contains JavaScript code that can be easily incorporated into any web application to enable real time communication. At runtime, the generic code for the call control API is downloaded to the browser, along with transport libraries tailored to the individual service provider’s network. This allows applications to be written once, and run in any ORCA-compliant service provider network.

ORCA allows application developers to take advantage of call control and addressing capabilities built into modern service provider networks, without requiring expertise in IMS call control. In fact, the application developer may not even realize that IMS call control functions are being invoked.

ORCA Open Source License Agreement:

Please review the Open Source License Agreement for ORCA: http://orcajs.org/license.html.

About

Open Real-Time Communications API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published