jitsi / jitsi-meet-react-sdk

React SDK for Jitsi Meet
Apache License 2.0
65 stars 36 forks source link

How to experience the whiteboard feature? #27

Open qdhaiqiang opened 1 year ago

qdhaiqiang commented 1 year ago

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

mihhu commented 1 year ago

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.

qdhaiqiang commented 1 year ago

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?