Index: mobile/android/chrome/content/WebrtcUI.js |
=================================================================== |
--- a/mobile/android/chrome/content/WebrtcUI.js |
+++ b/mobile/android/chrome/content/WebrtcUI.js |
@@ -48,17 +48,17 @@ var WebrtcUI = { |
if (this._notificationId) { |
Notifications.cancel(this._notificationId); |
this._notificationId = null; |
} |
} else { |
let notificationOptions = { |
title: Strings.brand.GetStringFromName("brandShortName"), |
when: null, // hide the date row |
- light: [0xFF9500FF, 1000, 1000], |
+ light: [0xFF009CD9, 1000, 1000], |
anton
2016/09/30 07:05:00
may be add comment here (that it matches to any ja
diegocarloslima
2016/10/24 16:07:51
Yes, I agree that is always good to reference all
|
ongoing: true |
}; |
let cameraActive = false; |
let audioActive = false; |
for (let i = 0; i < count; i++) { |
let win = windows.GetElementAt(i); |
let hasAudio = {}; |