Skip to content

Conversation

giavac
Copy link
Contributor

@giavac giavac commented Sep 10, 2024

We need to find where the SDK exposes the "remove member" functionality and what data structure it requires.

@giavac giavac marked this pull request as draft September 10, 2024 17:28
}

window.removeMember = (id) => {
roomObj.removeMember({ memberid: id})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the idea is to test a feature that is not exposed in the SDK already, you could do

const result = await window.__client.__wsClient.wsClient.execute(params)

Where params is the JSON-RPC request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants