mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-13 13:49:19 +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.
|
||||
// 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,
|
||||
|
Loading…
Reference in New Issue
Block a user