Skip to content

Commit 64adf9e

Browse files
daimocdamencho
authored andcommitted
Add iframe function getSharedDocumentUrl description
1 parent 64a4c2a commit 64adf9e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/dev-guide/iframe-functions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ api.getSessionId().then(sessionId => {
194194
});
195195
```
196196

197+
### getSharedDocumentUrl
198+
199+
Returns the meeting's unique etherpad shared document url (`sharedDocumentUrl`).
200+
Please note that the `sharedDocumentUrl` is not available when in prejoin screen and it's not guaranteed to be available immediately after joining - in which cases it will be empty.
201+
202+
```javascript
203+
api.getSharedDocumentUrl().then(sharedDocumentUrl => {
204+
//sharedDocumentUrl: string
205+
...
206+
});
207+
```
208+
197209
### getVideoQuality
198210

199211
Returns the current video quality setting.

0 commit comments

Comments
 (0)