feat(external-api) add "name" property to participant-kicked-out event

This commit is contained in:
Saúl Ibarra Corretgé
2024-07-31 13:47:16 +02:00
committed by Saúl Ibarra Corretgé
parent 6ff7995cee
commit 2483d901d6
2 changed files with 39 additions and 10 deletions

View File

@@ -1819,9 +1819,9 @@ class API {
* Notify external application of a participant, remote or local, being
* removed from the conference by another participant.
*
* @param {string} kicked - The ID of the participant removed from the
* @param {Object} kicked - The participant removed from the
* conference.
* @param {string} kicker - The ID of the participant that removed the
* @param {Object} kicker - The participant that removed the
* other participant.
* @returns {void}
*/