Skip to content

DEPRECATED: Proxy WebRTC objects that can be used to provide a JS introspection layer on natively created WebRTC objects

License

Notifications You must be signed in to change notification settings

rtc-io/rtc-proxy

Repository files navigation

rtc-proxy

This is a set of simple proxy classes that are designed to provide a minimal layer between a WebRTC plugin and browser run JS.

NPM

Build Status deprecated

Why?

This package exists because during the development of an iOS plugin, we have found that frameworks such as angular don't work as nicely with the plugin interface. Primarily the problem is that Angular is unable to get any metainformation about the object (using Object.keys or similar).

This layer provides that information when required.

License(s)

Apache 2.0

Copyright 2015 National ICT Australia Limited (NICTA)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

DEPRECATED: Proxy WebRTC objects that can be used to provide a JS introspection layer on natively created WebRTC objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published