Toggle Full Screen, Raise Hand, etc. via Jitsi Meet API
See original GitHub issueI’ve posted about this in the forums because I wasn’t sure I was missing something. It seems that this is indeed a missing feature, so I am creating a feature request.
In my app, I’d like to replace all Jitsi toolbar icons with my custom UI outside of the iFrame. Therefore, I am missing api.executeCommand
calls to toggle full screen, raise a hand, open settings, etc. – basically everything that is available via the native Jitsi Meet UI, so it can be replaced by my custom UI in order to match its style and UX concepts.
I’d like to try and propose a PR, but I am new to the project. Maybe someone can help me out. This is what I have: Extend the commands here:
Then, the command gets passed to this._transport.sendEvent()
by executeCommand()
:
However, I am not quite sure what _transport
is and where the actual handling of sendEvent()
happens. Any pointers are highly appreciated.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (3 by maintainers)
Top GitHub Comments
Thanks, this is very helpful!
I would like to in my spare time, but I don’t even know where to start. Any suggestions/indications?