Skip to content

Commands - ejectUser #30

Open
Open
@TiagoJacobs

Description

@TiagoJacobs

We want to create a new type of plugin hook "commands", that will allow the plugin to perform an action on behalf of the user, like ejecting an user from the meeting (that will be the initial implementation).

Sample implementation:

  • create a button on screen (you choose where) and when the button is clicked, you eject all users on the meeting, except the current one - only display this button if the current user is a moderator.

Expected API:

pluginApi.commands.ejectUser(userId);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions