kickUserOffSeatByAdmin abstract method

Future<TUIActionCallback> kickUserOffSeatByAdmin(
  1. int seatIndex,
  2. String userId, {
  3. String extensionInfo = '',
})

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, {String extensionInfo = ''});