[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -406,7 +406,7 @@ async function shareRoom(useNavigator = false) {
|
|||||||
`</p>`,
|
`</p>`,
|
||||||
showDenyButton: true,
|
showDenyButton: true,
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonText: `Copy meeting URL`,
|
confirmButtonText: `Copy URL`,
|
||||||
denyButtonText: `Email invite`,
|
denyButtonText: `Email invite`,
|
||||||
cancelButtonText: `Close`,
|
cancelButtonText: `Close`,
|
||||||
showClass: {
|
showClass: {
|
||||||
@@ -454,7 +454,7 @@ function copyRoomURL() {
|
|||||||
tmpInput.setSelectionRange(0, 99999); // For mobile devices
|
tmpInput.setSelectionRange(0, 99999); // For mobile devices
|
||||||
navigator.clipboard.writeText(tmpInput.value);
|
navigator.clipboard.writeText(tmpInput.value);
|
||||||
document.body.removeChild(tmpInput);
|
document.body.removeChild(tmpInput);
|
||||||
userLog('info', 'Room URL copied to clipboard', 'top-end');
|
userLog('info', 'Meeting URL copied to clipboard 👍', 'top-end');
|
||||||
}
|
}
|
||||||
|
|
||||||
function shareRoomByEmail(message) {
|
function shareRoomByEmail(message) {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم