transferConferenceOwner abstract method
Transfer conference owner.
roomId The conference ID, which is the room ID.
toUserId The user ID of the new owner.
Implementation
Future<TUIActionCallback> transferConferenceOwner(String roomId, String toUserId);