I installed jitsi and etherpad. Both work well and I’m able to create an etherpad from jitsi.
Now I use the jitsi meet API to embed jitsi in my application:
var api = new JitsiMeetExternalAPI(domain, options);
but now I would like to open an ehterpad document with a specific etherpad name.
Is there something like
api.openEtherpad('myDocName')
How can I open etherpad documents with jitsi meet API?
Thanks