Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

chenzlabs/iris-meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iris-meet

Video conferencing reference client for Iris Platform

Install

  • git clone [email protected]:robjsliwa/iris-meet.git
  • cd iris-meet
  • npm install
  • download Iris JS WebRTC SDK 3.0.2.18 or later to separate folder
  • copy iris-rtc-js-sdk.js from the folder where you downloaded Iris JS WebRTC to iris-meet/public
  • copy sample.config.json to config.json and provide appropriate URLs.
  • open another terminal and run 'gulp sass buildonce'
  • to start the web server run: npm start

Test on local system

To test on local system open Chrome to http://localhost:8080 and once you get local video open another browser tab and copy paste url from the first tab. It should have the following format: http://localhost:8080/

At this point you should have video connection between two tabs.

Usage

Enter user name and conference room name. Once the conference is created copy the url and send it with your invite. Other participants can simply click on provided url to join the meeting.