1、升级ZeGo直播SDK
2、修复直播拉流播放状态,

    /**
     * 连接失败,播放失败,都走这里,可以展示播失败信息
     *
     * @param errorMsg
     */
    void onError(String errorMsg);

    /**
     * 拉流成功且处于播放中
     */
    void onPlaying();

    /**
     * 拉流重试中,还没成功,可以做Loading
     */
    void onPlaRequesting();
This commit is contained in:
donghongyu
2023-04-12 21:05:14 +08:00
parent a2777bb514
commit 2ad446c7b1
24 changed files with 265 additions and 119 deletions

View File

@@ -4,7 +4,7 @@ apply from: "config.gradle"
buildscript {
ext.kotlin_version = "1.4.31"
repositories {
maven { url 'https://storage.zego.im/maven' }
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}
@@ -31,6 +31,7 @@ buildscript {
allprojects {
repositories {
maven { url 'https://storage.zego.im/maven' }
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
}