Skip to content
Snippets Groups Projects
Commit 31df6913 authored by Simon Döring's avatar Simon Döring
Browse files

Fix bug on sender side

parent 5f7c9472
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ document.addEventListener('DOMContentLoaded', function() {
},
error: function(error) {
Janus.error('WebRTC error:', error);
setStatusMessage(`Janus WebRTC error: ${error.message} - Reload to try again`, STATUS_CODE.error);
setStatusMessage(`Janus WebRTC error: ${error} - Reload to try again`, STATUS_CODE.error);
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment