All Projects → zevarito → Licode Erizoclientios

zevarito / Licode Erizoclientios

Licence: mit
IOS Erizo client library for Licode WebRTC Framework

Labels

Projects that are alternatives of or similar to Licode Erizoclientios

Opentok React
React components for OpenTok.js
Stars: ✭ 93 (-13.08%)
Mutual labels:  webrtc
Kamailio
Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms -
Stars: ✭ 1,358 (+1169.16%)
Mutual labels:  webrtc
Opentok Ios Sdk Samples Swift
Sample applications using the OpenTok iOS SDK in Swift
Stars: ✭ 105 (-1.87%)
Mutual labels:  webrtc
Ice
WIP RFC 8445 ICE implementation in go
Stars: ✭ 95 (-11.21%)
Mutual labels:  webrtc
Learning Webrtc
Codes and notes while learning webrtc
Stars: ✭ 98 (-8.41%)
Mutual labels:  webrtc
Cloud Game
Web-based Cloud Gaming service for Retro Game
Stars: ✭ 1,374 (+1184.11%)
Mutual labels:  webrtc
Peerjs
Simple peer-to-peer with WebRTC
Stars: ✭ 9,888 (+9141.12%)
Mutual labels:  webrtc
P2p Webrtc
p2p Video Call Connection by WebRTC
Stars: ✭ 106 (-0.93%)
Mutual labels:  webrtc
Quickblox Javascript Sdk
JavaScript SDK of QuickBlox cloud backend platform
Stars: ✭ 98 (-8.41%)
Mutual labels:  webrtc
Callroulette
A WebRTC demo using Python (asyncio + aiohttp) as the backend
Stars: ✭ 104 (-2.8%)
Mutual labels:  webrtc
Webrtc voiceengine
This is the Wrapper Library for WebRTC Voice Engine. Including Acoustic Echo Cancellation (AEC), Noise Suppression (NS), VAD (Voice Active Detection) and so on.
Stars: ✭ 95 (-11.21%)
Mutual labels:  webrtc
U2web
stream video with p2p
Stars: ✭ 97 (-9.35%)
Mutual labels:  webrtc
Translator
Translator.js is a JavaScript library built top on Google Speech-Recognition & Translation API to transcript and translate voice and text. It supports many locales and brings globalization in WebRTC! https://www.webrtc-experiment.com/Translator/
Stars: ✭ 103 (-3.74%)
Mutual labels:  webrtc
Browser Phone
A fully featured browser based WebRTC SIP phone for Asterisk
Stars: ✭ 95 (-11.21%)
Mutual labels:  webrtc
No Server Webrtc Android
A demo of using WebRTC with no signaling server. But in Kotlin (Java) for Android.
Stars: ✭ 105 (-1.87%)
Mutual labels:  webrtc
Pushkit silentpushnotification
PushKit_SilentPushNotification to receive VOIP call while iOS app is in background or terminated state
Stars: ✭ 93 (-13.08%)
Mutual labels:  webrtc
Rn Voice Video Call
Usage of WebRTC for voice & video call with peer-to-peer or conference with Login and Register screen using response & Async storage with Call Dis/Connect, Failed and Idle views in react native. Youtube:
Stars: ✭ 100 (-6.54%)
Mutual labels:  webrtc
Instacam
Instant canvas video
Stars: ✭ 106 (-0.93%)
Mutual labels:  webrtc
Webtorrent.io
The code that runs the WebTorrent website
Stars: ✭ 106 (-0.93%)
Mutual labels:  webrtc
Opentok Network Test
Sample app to test network connectivity and statistics (bps, packet-lost)
Stars: ✭ 104 (-2.8%)
Mutual labels:  webrtc

Build Status

Licode ErizoClientIOS

IOS Erizo Client for Licode WebRTC Framework

Contents

Versioning

Since 2017/07/21 versioning adopted will be the following: 1.2.3

1- Stands for Licode's compatible version/release or e which means Edge.

2- Stands for Erizo-IOS API versioning.

3- Stands for non-API changes. Odd means non-stable/testing.

Documentation

Example App

Here is the relevant source to make work a multi-part video conference app. Example App Source File.

Checkout the source code and you will see a project named ECIExampleLicode which offers an example video conference app that connects directly with Licode Try It! demo or your custom Licode installation. You might need to comment/uncomment your desired connection method in this action - (IBAction)connect:(id)sender.

This comment https://github.com/zevarito/Licode-ErizoClientIOS/issues/55#issuecomment-301854258 explains the different options to connect with Licode, use your own instance, official demo servers, connect directly with Nuve or use Licode demo API to retrive valid tokens in the official demo app.

Example App

Installation

Install Cocoapods

In any method you will need Cocoapods. Getting started with CocoaPods.

Volunteers to adopt other package systems are welcome, please contact me if you have any questions.

Add the library as a Pod

LicodeErizoClient at CocoaPods

Add the following line to your Podfile to get the latest version. pod 'LicodeErizoClient'

Build the library

Follow this guide to build and add it to your own project. Build and link locally

License

The MIT License

Copyright (C) 2015 Alvaro Gil ([email protected]).

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].