Skip to content

Commit 6e27ae4

Browse files
committed
- add 'Change local stream';
1 parent 0cc53b8 commit 6e27ae4

File tree

3 files changed

+43
-8
lines changed

3 files changed

+43
-8
lines changed

js/modules/webrtc/qbWebRTCClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function WebRTCClient(service, connection) {
5050
*/
5151
WebRTCClient.prototype.getMediaDevices = function(spec) {
5252
var specDevices = [],
53-
errMsg = 'Selection of camera is unavailable.';
53+
errMsg = 'Browser does not support output device selection.';
5454

5555
return new Promise(function(resolve, reject) {
5656
if (!navigator.mediaDevices || !navigator.mediaDevices.enumerateDevices) {

0 commit comments

Comments
 (0)