From 3fa534d2bdf31fcfd66457b48a48541f6d1ce35b Mon Sep 17 00:00:00 2001 From: Ian Ramzy Date: Mon, 6 Apr 2020 13:15:58 -0400 Subject: [PATCH] better share url prompt --- public/js/chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/chat.js b/public/js/chat.js index 377b84e..f087cce 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -69,9 +69,9 @@ var VideoChat = { // Add the stream as video's srcObject. // Now that we have webcam video sorted, prompt user to share URL Snackbar.show({ - text: "Share this URL with a friend to get started!", + text: "Here is the join link for your call: " + url, actionText: "Copy Link", - width: "400px", + width: "750px", pos: "top-center", actionTextColor: "#616161", duration: 500000,