Having a bit of trouble loading the PR onto a test instance.
I updated `janus.cfg` with:
[events]
broadcast = yes
I also added the new events configuration in `janus.eventhandler.sampleevh.cfg`:
[general]
enabled = yes
events = all
backend = http://[dev server via ngrok]
I then pulled the new code and rebuild. (Our rebuild looks like `cd janus-gateway && sh autogen.sh && ./configure --prefix=/opt/janus && make && sudo make install`, and then we reboot into running the new build)
I see `checking for EVENTS... yes` which looks good, but I also see:
Event handlers:
Sample event handler: no
I'm also seeing in the logs from Janus starting up:
Event handler plugins folder: /opt/janus/lib/janus/events
Sessions watchdog started
^[[35m[FATAL]^[[0m [janus.c:main:3667] Couldn't access event handler plugins folder...
I tried tracking that down but I haven't been able to figure out where that's supposed to be coming from.
Seems like I have something messed up here... any ideas?