How to stop logging everything to console?
Answers
-
HI Caroline, sorry for not catching your reply sooner! This is currently undocumented, but you can enable it by typing it directly into your browser console. Make sure you upgrade to the latest Daily JS first, which is version 0.40.0 (and check to see if that won't break anything for you).
You can also disable logs simply with
window.disableDailyLogger()
while in a call and the setting will stick.0