phenix-web-room-demo
v2018.2.1
Published
Phenix Web Room Demo
Downloads
459
Readme
Phenix Web Room Demo
This demo utilizes the phenix-web-sdk to create:
- MultiPartyChat - Many to many room with up to 16 presenters and the ability for audience members to join.
- ModeratedChat - Many to many room with up to 100 presenters and the ability for audience members to join.
- SyncWatch - One to many room with text-chat and synchronous viewing amongst all viewers
Setup
Update the PHENIX_APPLICATION_ID and PHENIX_SECRET with your own values in the package.json start script line. Then execute:
npm install
npm run start
Multi Party Chat
Steps:
- Go to https://localhost:8843/room/
- Enter room name, screen name, and email.
- Select User Media Or Join as an Audience member
- You're in a chat! Have your friends join
Moderated Chat
Steps:
- Go to https://localhost:8843/room/moderated/
- Enter room name, screen name, and email.
- Select User Media Or Join as an Audience member
- You're in a chat! Have your friends join
SyncWatch
Steps:
- Go to https://localhost:8843/room/syncwatch/
- Enter room name, screen name, and email.
- If content is playing you will immediately begin viewing the content synchronously with all other viewers
- If content is not playing you may select from one of two provided videos or use your own (enter the link to your content)
- You're now watching with your friends! Chat with them.