maciejtreder / comet-chat-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web audio & video chat with Angular

Read the full tutorial here:

[>> Build and audio & video chat app with Angular & CometChat](to be updated)

This example shows how to build an audio and video chat with Angular:

Receive call image Ongoing call image

Technology

This demo uses:

  • @cometchat-pro/chat@1.4.0
  • Angular

Running the demo

To run the demo follow these steps:

  1. Head to CometChat Pro and create an account
  2. From the dashboard, create a new app called "Angular audio & video"
  3. One created, click Explore
  4. Go to the API Keys tab and click Create API Key
  5. Create an API key called "Kotlin Group Chat Key" with Auth Only
  6. Download the repository here or by running git clone https://github.com/maciejtreder/comet-chat-angular.git
  7. Update environment.ts with your newly-created appID and apiKey
  8. Install project dependencies by typing: npm install
  9. Launch application with: npm start
  10. Navigate to http://localhost:4200 and login with one of the test users: superhero1, superhero2, superhero3, superhero4 or superhero5

Questions about running the demo? Open an issue. We're here to help โœŒ๏ธ

Useful links

About


Languages

Language:TypeScript 81.7%Language:JavaScript 7.8%Language:HTML 7.1%Language:CSS 3.4%