style(remotecontrol): getRequestedParticipant method comments
This commit is contained in:
parent
05bfbf5620
commit
2b1176df53
|
@ -327,7 +327,8 @@ export default class Controller extends RemoteControlParticipant {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the id of the requested participant
|
* 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() {
|
getRequestedParticipant() {
|
||||||
return this.requestedParticipant;
|
return this.requestedParticipant;
|
||||||
|
|
Loading…
Reference in New Issue