Files
MoGoAiCloudSdk/app
donghongyu 2ad446c7b1 [Change]
1、升级ZeGo直播SDK
2、修复直播拉流播放状态,

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

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

    /**
     * 拉流重试中,还没成功,可以做Loading
     */
    void onPlaRequesting();
2023-04-12 21:05:14 +08:00
..
2023-04-12 21:05:14 +08:00
2023-03-01 16:27:45 +08:00
2021-03-29 17:08:39 +08:00