console.error
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
c80cbc38dd
commit
8bcf0f0838
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const WidgetContextMenu: React.FC<IProps> = ({
|
||||||
try {
|
try {
|
||||||
await startJitsiAudioLivestream(widgetMessaging, roomId);
|
await startJitsiAudioLivestream(widgetMessaging, roomId);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log("Failed to start livestream", err);
|
console.error("Failed to start livestream", err);
|
||||||
// XXX: won't i18n well, but looks like widget api only support 'message'?
|
// XXX: won't i18n well, but looks like widget api only support 'message'?
|
||||||
const message = err.message || _t("Unable to start audio streaming.");
|
const message = err.message || _t("Unable to start audio streaming.");
|
||||||
Modal.createTrackedDialog('WidgetContext Menu', 'Livestream failed', ErrorDialog, {
|
Modal.createTrackedDialog('WidgetContext Menu', 'Livestream failed', ErrorDialog, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue