kickUserOffSeatByAdmin abstract method
9.9 The host/administrator removes the user from the seat. The callback is used to notify the success or failure of the API call.
Implementation
Future<TUIActionCallback> kickUserOffSeatByAdmin(
int seatIndex, String userId);