Question
allowDebug is not working
Hello,
I want to log messages when user starts recording on, so i can check and debug errors in recording.
I use this code -
application.onAppStart = function() {
application.allowDebug = true;
}
in main.asc and then restart media server. there are not any differences between previous logs and current logs after recording.
It seems AllowDebug is not working.
can somebody help me please?
Thanks
