I am trying to create a GUI using the lib-jitsi-meet API (low level). I want to create a button that, when pressed, shares a pre-determined window (my Jitsi application window itself) to others in the conference.
Does anyone know of some example code that shows how to implement a screensharing button using the lib-jitsi-meet API (low level) that I can reference?
I looked through the Developer Guide but it is still not clear to me how to do this.