@abrar71/lib-jitsi-meet 2140.0.0 → 2141.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,7 +21,7 @@ export var XMPPEvents;
|
|
|
21
21
|
*/
|
|
22
22
|
XMPPEvents["AV_MODERATION_PARTICIPANT_APPROVED"] = "xmpp.av_moderation.participant.approved";
|
|
23
23
|
/**
|
|
24
|
-
* Event fired when we receive message that a new jid was
|
|
24
|
+
* Event fired when we receive message that a new jid was rejected.
|
|
25
25
|
*/
|
|
26
26
|
XMPPEvents["AV_MODERATION_PARTICIPANT_REJECTED"] = "xmpp.av_moderation.participant.rejected";
|
|
27
27
|
/**
|
package/dist/esm/version.js
CHANGED