Future<void> setUserInfo(String userName, String avatar) async { TIM.setUserInfo(userName, avatar); }