Dele Olajide

Results 24 issues of Dele Olajide

In Pade, I have used the web speech api to provide a voice-to-text transcription feature to a meeting. The transcribed text is injected into the group chat and also displayed...

enhancement

![image](https://user-images.githubusercontent.com/110731/56059119-430f6400-5d5b-11e9-911c-3be80f75930a.png) It is missing the RTX checkbox ![image](https://user-images.githubusercontent.com/110731/56059180-6803d700-5d5b-11e9-81bc-411dce99f6d6.png)

Chrome now does Screen Share without the need for a browser extension. This feature has been implemented in latest Jitsi-Meet, but Ofmeet has it disabled. Change the default value to...

These parameters were removed in favor of the the org.ice4j versions which seem to serve a different purpose and are not a direct replacement for the org.jitsi.videobridge versions. ![image](https://user-images.githubusercontent.com/110731/49081957-51dbfb00-f240-11e8-8ca5-ead56aa6e7c7.png) See...

As the OPENFIRE_HOME/resources/spank folder is a shared asset/resource, ofmeet should not create folders there, but create a sub-folder OPENFIRE_HOME/ofmeet instead and associated to the generic ofmeet web service. See code...

Mobile users are forced to the mobile app instead of being able to use the mobile browser. Now that all browsers support webrtc, this should be configurable See https://discourse.igniterealtime.org/t/using-ofmeet-on-browser-android/81745

One of the feature I am missing from version 0.3.x is the logging of Jitsi videobridge audit data to the Openfire admin audit logs. I admit that this may not...

enhancement

We need to support additional parameters to configure JVB on a server with multiple IP addresses or network adaptors See https://github.com/jitsi/ice4j/blob/master/doc/configuration.md for more details. Specifically, we need to add the...

In ConfigServlet class are the following comments ```` /* As compared to version 0.3 of OFMeet, various bits are missing: - user avatars cannot be set in the config any...

Latest Jitsi Meet supports a P2P mode which bypasses the JVB when only two participants are left in the conference. We should add this configuration to config servlet. For now,...