/etc/jitsi/meet/MYDOMAIN-config.js の「// Settings for the Excalidraw whiteboard integration.」 というところを以下のようにしたら動いた。
whiteboard: {
// Whether the feature is enabled or not.
enabled: true,
// The server used to support whiteboard collaboration.
// https://github.com/jitsi/excalidraw-backend
collabServerBaseUrl: 'https://github.com/jitsi/excalidraw-backend',
},
これで[…]のメニューで Show whiteboard を選ぶと使える。 ただ、ブレイクアウトルームを移動すると消えてしまうようだ。 画像をSVGかPNGで保存もできる。ナイス。