When testing it with a browser-based implementation, I noticed that whenever a remote participant starts speaking, we get a publisherStartSpeaking event on the browser. However, no such event/message is obtained on the websocket on the Android-app side.
Is there a way to identify this as well as the publisherStopSpeaking events on the Android-app?
Sorry, but speaking events are only available for browser-based platforms. That is because an NPM library is used upon standard Web API MediaStream object to trigger these events, which is not available in native Android.
Not in the near future. But take into account that the current openvidu-android has an advantage: as there’s no official OpenVidu Android client library, everything is done using native media Android API. So if there’s a way of achieving what you want in Android, it should be available to be implemented in your app. But the research process is something you will have to do, sorry. Speaking events for the native Android tutorial is not a priority right now.
Hey @pabloFuente - Thanks for the response! Would you be able to point me to the actual library you mentioned or it’s source? I’d like to have a look at what/how it does the things & check if I can replicate that on Android side.