十天冲刺(第一阶段)

今天主要完成了语音聊天的界面搭建和融云集成环境的配置主要利用了来进行语音聊天

今日份问题在:如何实行语音聊天的逻辑想办法自己搞定这个在看呢一下网上的知道吧

/**
 * Automatically generated file. DO NOT MODIFY
 */
package io.rong.calllib;

public final class BuildConfig {
  public static final boolean DEBUG = Boolean.parseBoolean("true");
  public static final String LIBRARY_PACKAGE_NAME = "io.rong.calllib";
  /**
   * @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
   */
  @Deprecated
  public static final String APPLICATION_ID = "io.rong.calllib";
  public static final String BUILD_TYPE = "debug";
  public static final String FLAVOR = "";
  public static final int VERSION_CODE = 2020041021;
  public static final String VERSION_NAME = "2.10.5 release";
}

  

原文地址:https://www.cnblogs.com/guziteng1/p/13044031.html