PaulBeaudet / contact-me-gatsby

This is a landing page to leave a message for its host or engage in a voice conversation with them via WebRTC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection first approach

PaulBeaudet opened this issue · comments

As a user, I don't want to wait for more than a second for a call to connect.

Problem:
It takes some time for WebRTC, API Gateway, Mongo, and Lambda to do their handshake business even though users are ready to talk.

Suggestion:

  • When a visitor presses "connect call" the RTCpeerConnection has already been made.
  • Host gets notified when a visitor connects before they press "connect call".
  • Complete the "require name" feature before starting this story.