feat(iframe_api): Getter for the iframe

This commit is contained in:
hristoterezov
2017-07-14 12:56:20 -05:00
committed by yanas
parent b84e910086
commit cc6fcfd982
2 changed files with 14 additions and 0 deletions
+9
View File
@@ -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.