Skip to content

A demo application for showing how to integrate a voice message feature to Stream chat

Notifications You must be signed in to change notification settings

dongido001/stream-voice-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to integrate voice messages into your Stream chat application

This is a sample application that shows you how to integrate a voice message feature into your Stream Chat app. You can read more about how it was build here

Sample working application

How to install

To get this app up and running on your local machine, follow the below instruction:

  1. First, register an account on the Stream website to get an API key. Copy your APP ID, API KEY, and API SECRET after successful registration.

Then:

  • Open up the server.js file and replace the <STREAM_API_KEY> and <STREAM_API_SECRET> placeholders with their correct API keys you just copied.
  • Open up the custom.js file and replace the <STREAM_API_KEY> with its correct detail.
  1. Next, clone this project to your local machine
git clone https://github.com/dongido001/stream-voice-message.git
  1. cd into the project root folder and install all dependencies:
cd stream-voice-message && npm install
  1. Start up the development server:
node server.js
  1. Start chatting! visit the app at http://localhost:3000

About

A demo application for showing how to integrate a voice message feature to Stream chat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published