• Stars
    star
    108
  • Rank 311,004 (Top 7 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 9 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IOS Erizo client library for Licode WebRTC Framework

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 #55 (comment) 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.