LicodeErizoClient 4.5.2

LicodeErizoClient 4.5.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2017
SwiftSwift Version 4.0

Maintained by Alvaro Gil.



 
Depends on:
PodRTC= 61.4.0.0
Socket.IO-Client-Swift= 12.0.0
OCMockito~> 4.0
 

  • By
  • Alvaro Gil

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 or e which means Edge
non-released yet version.
2- Stands for Erizo-IOS API versioning.
3- Stands for non-API changes. Odd means non-stable/testing.

Features

  • Support SFU & P2P modes.
  • Connect to Rooms with encoded tokens.
  • Capture local Audio & Video media.
  • Ability to switch between front/rear camera.
  • Publish local Media.
  • Subscribe live streams.
  • Reproduce live streams.
  • Server side stream recording.
  • Stream custom attributes.
  • Data Channel

If you have doubts about what this library can do and what can't do, open an issue asking.

Documentation

If you are looking for use this library use the following documentation reference.

Example App

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.

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

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

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.