[mirotalksfu] - #137 fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-06 20:03:53 +01:00
الأصل 8f36a24c02
التزام 321d1c11d1

عرض الملف

@@ -5438,7 +5438,7 @@ class RoomClient {
mediaType.audio, mediaType.audio,
image.unmute, image.unmute,
'Enable Microphone', 'Enable Microphone',
'Allow the presenter enable your microphone?', 'Allow the presenter to enable your microphone?',
); );
} }
break; break;
@@ -5459,7 +5459,7 @@ class RoomClient {
mediaType.video, mediaType.video,
image.unhide, image.unhide,
'Enable Camera', 'Enable Camera',
'Allow the presenter enable your camera?', 'Allow the presenter to enable your camera?',
); );
} }
break; break;
@@ -5482,7 +5482,7 @@ class RoomClient {
mediaType.screen, mediaType.screen,
image.start, image.start,
'Start Screen share', 'Start Screen share',
'Allow the presenter start your screen share?', 'Allow the presenter to start your screen share?',
); );
} }
break; break;