feat(iframe_api): Getter for the iframe
This commit is contained in:
Vendored
+9
@@ -413,6 +413,15 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the iframe that loads Jitsi Meet.
|
||||
*
|
||||
* @returns {HTMLElement} The iframe.
|
||||
*/
|
||||
getIFrame() {
|
||||
return this.frame;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the number of participants in the conference. The local
|
||||
* participant is included.
|
||||
|
||||
Reference in New Issue
Block a user