Hi Wowza,
I’m trying to implement an Android side event listener to receive message from Wowza Stream Engine. I followed the instruction on https://www.wowza.com/docs/how-to-send-and-receive-events-with-wowza-gocoder-sdk-for-android and implemented the example to receive a response using mWZBroadcast.registerDataEventListener(“onClientConnected”,newWOWZDataEvent.EventListener()…
But it does not work. Is this example listening to a default event already defined on the server side? If not, can you provide the server side implementation that triggers onClientConnected event?
Thanks!