setSelfInfo static method
1.3 Set Local User Name and Avatar
Implementation
static Future<TUIActionCallback> setSelfInfo(
    String userName, String avatarURL) {
  return TUIRoomEngineImpl.setSelfInfo(userName, avatarURL);
}1.3 Set Local User Name and Avatar
static Future<TUIActionCallback> setSelfInfo(
    String userName, String avatarURL) {
  return TUIRoomEngineImpl.setSelfInfo(userName, avatarURL);
}