Don't allow calls when the connection the server has been lost (#7287)
This commit is contained in:
parent
d4813f7a1a
commit
c222c5511d
2 changed files with 15 additions and 4 deletions
|
@ -55,8 +55,10 @@
|
|||
"No other application is using the webcam": "No other application is using the webcam",
|
||||
"Already in call": "Already in call",
|
||||
"You're already in a call with this person.": "You're already in a call with this person.",
|
||||
"VoIP is unsupported": "VoIP is unsupported",
|
||||
"You cannot place VoIP calls in this browser.": "You cannot place VoIP calls in this browser.",
|
||||
"Calls are unsupported": "Calls are unsupported",
|
||||
"You cannot place calls in this browser.": "You cannot place calls in this browser.",
|
||||
"Connectivity to the server has been lost": "Connectivity to the server has been lost",
|
||||
"You cannot place calls without a connection to the server.": "You cannot place calls without a connection to the server.",
|
||||
"Too Many Calls": "Too Many Calls",
|
||||
"You've reached the maximum number of simultaneous calls.": "You've reached the maximum number of simultaneous calls.",
|
||||
"You cannot place a call with yourself.": "You cannot place a call with yourself.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue