This
assignment builds up from your previous assignment with 2 major improvements.
Your assignment for this lab is to
extend your WebRTC application from assignment 1 to include the
following:
1. A website landing page that has menu options
for the user to place a call, send a file or chat live
2. By making use of an open-source
gateway like kamailio, asterisk or twilio (trial account):
a.
The WebRTC call must
be directed to the open-source or free trial gateway, which in turn must route
the call to your personal phone number. In other words, the website visitor
must only incur data cost by calling you.
b.
The file sending
option must enable the visitor to send pdf, png or jpeg to your WebServer.
c.
The User must be
able to do live chat within their browser with a live chat agent (you)
3. Your files must be usable on localhost and deployable on a
real web server for testing
Supply screenshots of ALL functional implementations and well-commented
source code
Cancel/ Reselect WebRTC|Gateway