LetsTalk

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

README

Lets Talk

A chatting application using Pion webRTC and gorilla websocket for text, video, voice and file transfer. Test server

Preface

Lets Talk is a web chatting platform proposal for students. Due to the covid-19 pandemic, neccesity of having an online chatting/learning platform between students and lecturers is vivid.

Lets Talk supports multi-room chats between users, file transfer (over websocket), video and voice calls support with desktop sharing. The idea is to allow minimal bandwidth consumption during video calls by allow one video - multiple audio during call session.

Administrator can only register user tentative

v0.1.0 Milestone

  • Multiple room support for users using gorilla websocket

  • Mobile UI

  • Desktop UI

  • Seamless websocket connection

  • Resumable file transfer

  • Seamless Desktop screen sharing support

  • Voice and Video call support

  • Low bandwidth consumption using selective video call transfer #31

  • Video session upload to cloud platforms or Database.

  • Add logging system.

  • Admin portal

Dependencies

Backend

See go.mod for more information

Frontend

  • Vue
  • Vuetify

Installation

git clone https://github.com/metaclips/LetsTalk.git
cd LetsTalk

go run .

Docker Installation

To use docker

docker build -t letstalk .
docker run --publish 8080:8080 --rm letstalk

Login credentials are generated by administrators on the administrators portal /admin. Default email and password for administrator is admin@email.com and admin which can later be disable or changed. Users will login through generated email addresses and a password of the first name used to register surname with the first letter titled e.g. Kaduru

Configuration

Do check config for supported configurations.

To generate TLS certificate for test using tls.

openssl req -nodes -x509 -newkey rsa:4096 -keyout key.pem -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=example.com" -out cert.pem -days 365

  • The default ICE servers in use if none is specified in config is: stun:stun.l.google.com:19302

  • If no TLS key and cert path is specified, HTTP is used.

  • If Class session record is enabled, call sessions are recorded and uploaded to file server if a token is provided or file database.

  • To generate a Dropbox token,

Browser support

  • To update when voice call is implemented

License

Apache 2.0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL