chore: Fix app
This commit is contained in:
@@ -43,7 +43,13 @@
|
||||
},
|
||||
"errors": {
|
||||
"noRecipient": "Direct message conversation has no recipient to call.",
|
||||
"noCurrentUser": "Cannot use calls without a current user."
|
||||
"noCurrentUser": "Cannot use calls without a current user.",
|
||||
"signalingUnavailable": "Not connected to the call server. Check your connection and try again.",
|
||||
"captureUnsupported": "Voice capture is not available on this device.",
|
||||
"microphonePermissionDenied": "Microphone access is blocked. Allow the microphone permission in system settings to join calls.",
|
||||
"microphoneUnavailable": "Could not start the microphone. Close other apps that use it and try again.",
|
||||
"cameraPermissionDenied": "Camera access is blocked. Allow the camera permission in system settings to share video.",
|
||||
"cameraUnavailable": "Could not start the camera. Close other apps that use it and try again."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"notifications": {
|
||||
"incomingCallsChannel": "Incoming calls",
|
||||
"activeCallsChannel": "Active calls",
|
||||
"messagesChannel": "Messages",
|
||||
"answer": "Answer",
|
||||
"decline": "Decline",
|
||||
"mute": "Mute",
|
||||
|
||||
Reference in New Issue
Block a user