diff --git a/modules/remotecontrol/Controller.js b/modules/remotecontrol/Controller.js index 8068a1a5c..44f338198 100644 --- a/modules/remotecontrol/Controller.js +++ b/modules/remotecontrol/Controller.js @@ -327,7 +327,8 @@ export default class Controller extends RemoteControlParticipant { /** * Returns the id of the requested participant - * @returns {string} this.requestedParticipant + * @returns {string} this.requestedParticipant. + * NOTE: This id should be the result of JitsiParticipant.getId() call. */ getRequestedParticipant() { return this.requestedParticipant;