jitsi-meet-react-sdk
jitsi-meet-react-sdk copied to clipboard
How to experience the whiteboard feature?
I learned that jitsi has added the whiteboard function, but after using the react-sdk 1.3.0 version on my app, there is still no whiteboard button on the web side, what should I do?
react-sdk version : 1.3.0 Thanks
Hello, thank you for taking an interest in that feature! At the moment the whiteboard is released only for the stage environment, so in order to experiment with it you need to use the JaaSMeeting component with useStaging set to true. You'll need a JaaS pilot account too for the appId. However I don't recommend using that in production, as the staging environment is used by the dev team and you might experience inconsistencies. We're planning on making it available for JitsiMeeting (i.e. https://meet.jit.si/) very soon.
Thanks for the efficient reply. The server we deployed with the new version of jitsi-meeting can already experience this function, and the whiteboard switch button can be displayed using the electron api. When is it expected to be available in JitsiMeeting?