mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-22 16:05:03 +08:00
better share url prompt
This commit is contained in:
parent
13aac15a19
commit
3fa534d2bd
@ -69,9 +69,9 @@ var VideoChat = {
|
|||||||
// Add the stream as video's srcObject.
|
// Add the stream as video's srcObject.
|
||||||
// Now that we have webcam video sorted, prompt user to share URL
|
// Now that we have webcam video sorted, prompt user to share URL
|
||||||
Snackbar.show({
|
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",
|
actionText: "Copy Link",
|
||||||
width: "400px",
|
width: "750px",
|
||||||
pos: "top-center",
|
pos: "top-center",
|
||||||
actionTextColor: "#616161",
|
actionTextColor: "#616161",
|
||||||
duration: 500000,
|
duration: 500000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user