diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-21 15:34:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 15:34:50 +0300 |
commit | fc853997358a3d2b6cd756655457af317b304d48 (patch) | |
tree | c6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/web/api/webrtc_api | |
parent | 8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff) | |
download | translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2 translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip |
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/web/api/webrtc_api')
-rw-r--r-- | files/ru/web/api/webrtc_api/adapter.js/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/webrtc_api/taking_still_photos/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/webrtc_api/adapter.js/index.html b/files/ru/web/api/webrtc_api/adapter.js/index.html index 575e045e1f..cc58bc6284 100644 --- a/files/ru/web/api/webrtc_api/adapter.js/index.html +++ b/files/ru/web/api/webrtc_api/adapter.js/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/WebRTC_API/adapter.js <li>Помните, что даже присутствие хорошего клина, не означает отмену тестирования вашего кода на различных браузерах (а идеально, и в различных версиях каждого браузера).</li> </ol> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="https://github.com/webrtc/adapter">Проект WebRTC adapter.js на GitHub</a></li> diff --git a/files/ru/web/api/webrtc_api/taking_still_photos/index.html b/files/ru/web/api/webrtc_api/taking_still_photos/index.html index c690fafe2a..cc06a4efd2 100644 --- a/files/ru/web/api/webrtc_api/taking_still_photos/index.html +++ b/files/ru/web/api/webrtc_api/taking_still_photos/index.html @@ -211,7 +211,7 @@ translation_of: Web/API/WebRTC_API/Taking_still_photos <p>При необходимости вы можете ограничить набор разрешённых источников видео, определённым устройством или набором устройств. Для этого нужно вызвать метод {{domxref("navigator.mediaDevices.enumerateDevices()")}}. Когда промис разрешиться массивом объектов {{domxref("MediaDeviceInfo")}} , описывающих доступные устройства , выберите те, которым хотите разрешить доступ и укажите соответствующий идентификатор устройства {{domxref("MediaTrackConstraints.deviceId", "deviceId")}} или несколько <code>deviceId</code> в объекте {{domxref("MediaTrackConstraints")}} , переданном в {{domxref("MediaDevices.getUserMedia", "getUserMedia()")}}.</p> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="https://mdn-samples.mozilla.org/s/webrtc-capturestill">Пробуем пример</a></li> |