Expand my Community achievements bar.

Remove a user from a room with API

Avatar

Level 2

Hi,

I'd like to be able to remove programmatically user from a room using API.

I did not see this case in the Java API but I noticed this option was available when using the Room Console Air Application.

Is there a way to do that using the API?

Thanks!

2 Replies

Avatar

Level 1

Look at UserManager::removeUser( id:String )

Avatar

Level 2

Thanks for the answer.

I'd prefer do that wit Java API but this will work for now.