1.6.3 • Published 9 years ago

rtc-plugin-nicta-ios v1.6.3

Weekly downloads
8
License
Apache 2.0
Repository
github
Last release
9 years ago

rtc-plugin-nicta-ios

This is a plugin for bridging the functionality provided by a NICTA iOS webkit plugin. While this plugin integration layer is provided opensource, the iOS plugin itself is part of http://build.rtc.io/.

NPM

unstable

Getting More Information

If you are after more information regarding the plugin feel free to reach out to either of the following people, and we will do our best to answer your questions:

supported(platform) => Boolean

The supported function returns true if the platform (as detected using rtc-core/detect) is compatible with the plugin. By doing this prelimenary detection you can specify a number of plugins to be loaded but only the first the is supported on the current platform will be used.

init(callback)

The init function is reponsible for ensuring that the current HTML document is prepared correctly.

attachStream(stream, bindings)

prepareElement(opts, element) => HTMLElement

The prepareElement function is used to prepare the video container for receiving a video stream. If the plugin is able to work with standard <video> and <audio> elements then a plugin should simply not implement this function.

License(s)

Apache 2.0

Copyright 2014 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.

1.6.3

9 years ago

1.6.2

9 years ago

1.6.1

9 years ago

1.6.0

9 years ago

1.5.2

9 years ago

1.5.1

10 years ago

1.4.0

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago