ref(misc) remove unused code for dock / undock (#12661)

* ref(misc) remove unused code for dock / undock

* remove translations
This commit is contained in:
Avram Tudor
2022-12-09 15:19:57 +02:00
committed by GitHub
parent 33e4da32e2
commit d7bedb2e07
25 changed files with 0 additions and 165 deletions

View File

@@ -1671,22 +1671,6 @@ class API {
});
}
/**
* Notify external application (if API is enabled) that the iframe
* docked state has been changed. The responsibility for implementing
* the dock / undock functionality lies with the external application.
*
* @param {boolean} docked - Whether or not the iframe has been set to
* be docked or undocked.
* @returns {void}
*/
notifyIframeDockStateChanged(docked: boolean) {
this._sendEvent({
name: 'iframe-dock-state-changed',
docked
});
}
/**
* Notify external application of a participant, remote or local, being
* removed from the conference by another participant.