|
|
@@ -26,15 +26,18 @@ export const DISCO_REMOTE_CONTROL_FEATURE = 'http://jitsi.org/meet/remotecontrol
|
|
26
|
26
|
* Supported by keydown and keyup types.
|
|
27
|
27
|
* @property {PERMISSIONS_ACTIONS} action - Supported by type === permissions.
|
|
28
|
28
|
* Represents the action related to the permissions event.
|
|
|
29
|
+ */
|
|
|
30
|
+
|
|
|
31
|
+/**
|
|
|
32
|
+ * Optional properties. Supported for permissions event for action === request.
|
|
29
|
33
|
*
|
|
30
|
|
- * Optional properties. Supported for permissions event for action === request:
|
|
31
|
34
|
* @property {string} userId - The user id of the participant that has sent the
|
|
32
|
35
|
* request.
|
|
33
|
36
|
* @property {string} userJID - The full JID in the MUC of the user that has
|
|
34
|
37
|
* sent the request.
|
|
35
|
|
- * @property {string} displayName - the displayName of the participant that has
|
|
|
38
|
+ * @property {string} displayName - The displayName of the participant that has
|
|
36
|
39
|
* sent the request.
|
|
37
|
|
- * @property {boolean} screenSharing - true if the SS is started for the local
|
|
|
40
|
+ * @property {boolean} screenSharing - True if the SS is started for the local
|
|
38
|
41
|
* participant and false if not.
|
|
39
|
42
|
*/
|
|
40
|
43
|
|