@damencho Please guide me I had followed the documentation but still facing issue while using kickParticipant in command.
api.executeCommand(‘kickParticipant’,
participantID: string
);
error:
kickParticipant failed with external_api.js:1 Not supported command name
This was added 7 days ago: feat (external_api) add command for kick participant · jitsi/jitsi-meet@1a78913 · GitHub
You can update to the latest packages from unstable and you can use it.
@damencho Sir thank you so much for replay. I’m little bit confused that I’m using external API where I have a minified js file so how I can update this file from jitsi Git master branch ?
‘update from unstable’ means updating your server (supposed to use the Debian build) with
sudo apt update
sudo apt full-upgrade
it does not mean trying to build from source.