Add how to have a jitsi & cowebsite on doc

This commit is contained in:
Alexis Faizeau 2021-10-28 10:00:12 +02:00
parent c886feca79
commit b03e7ec8f6
2 changed files with 13 additions and 3 deletions

View file

@ -67,7 +67,7 @@ const coWebsiteWorkAdventure = await WA.nav.openCoWebSite('https://workadventu.r
coWebsite.close();
```
### Opening/closing web page in Co-Websites
### Get all Co-Websites
```
WA.nav.getCoWebSites(): Promise<CoWebsite[]>