npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@aculab-com/react-native-aculab-client

v1.5.3

Published

Aculab client for react native applications

Downloads

9

Readme

react-native-aculab-client

This package implements Aculab webRTC services in a React Native project

npm npm_package license

This package holds

  • AculabBaseClass is ideal for coding your own function or class components.
  • AcuMobCom a class component that provides all you need for basic call with minimal requirements. As class component it holds all states therefore is less flexible than a function component you can make yourself but it work out of the box.
  • AculabCall a class component that on top of basic functionality makes use of react-native-callkeep package and it's perks.

1. AculabBaseClass

AculabBaseClass is an Aculab WebRTC class developed to be used in a react native class or function component allowing iOS and Android devices to use Aculab Services and make peer-to-peer video calls.

AculabBaseClass dependencies

aculab-webrtc react-native-base64 react-native-webrtc react-native-get-random-values

AculabBaseClass README

AcuMobCom as a function component - Example

Demonstrates usage of AculabBaseClass in a simple function component.
Please visit the AcuMobCom-AculabBaseClass-Example App to see it being used in practice.

AcuMobCom-AculabBaseClass-Example app README

AculabCall as a function component - Example

Demonstrates usage of AculabBaseClass and CallKeep in a simple function component.
Please visit the AculabCall-AculabBaseClass-Example App to see it being used in practice.

AculabCall-AculabBaseClass-Example app README


2. AcuMobCom class component

AcuMobCom is a react native class component allowing iOS and Android platforms to use Aculab Services and peer-to-peer video calls.

AcuMobCom dependencies

aculab-webrtc react-native-base64 react-native-webrtc react-native-get-random-values

AcuMobCom README

Please visit the Example App to see it being used in practice.

AcuMobCom Example app README


3. AculabCall class component

AculabCall is a react native class component allowing iOS and Android platforms to use Aculab Services and peer-to-peer video calls with additional features provided by the react-native-callkeep package.

AculabCall dependencies

aculab-webrtc react-native-base64 react-native-webrtc react-native-get-random-values react-native-callkeep

AculabCall README

Please visit the Example App to see it being used in practice.

AculabCall Example app README


Bitcode issue

If you encounter a Bitcode issue coming from WebRTC framework while releasing your app for iOS you have two options:

  1. Disable Bitcode for your app, then release.

  2. Download the bitcode by running this script: node_modules/react-native-webrtc/tools/downloadBitcode.sh, then release.

Disclaimer

Please note this software is released as part of a new product introduction process and this build is of evaluation trial standard. While endeavour has been made to provide a high quality level, we would not except it to be entirely bug-free. Any bugs we have found are documented in the release notes. Aculab would greatly appreciate hearing any that you may find. We would not recommend the use of this or any beta software in business critical applications.

License

MIT

Copyright (c) 2023 Aculab

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.