AgoraIO-Community / Agora-Uniapp-SDK

MIT License
27 stars 13 forks source link

joinChannel没反应 #11

Open YuanY-N opened 3 years ago

YuanY-N commented 3 years ago
            let r = await this.engine &&
                this.engine.joinChannel(
                    this.config.token,
                    this.channelId,
                    null,
                    this.config.uid
                )
            console.log('r', r,)

代码几乎都是直接复制的demo,这个r 打印出来是一个pending的promise,token等参数确认无误,想问一下问题可能出在哪, 提交代码的时候发现选择了原生插件后manifest文件里插件包名是空的?手动改成了正确的包名也不行……

LichKing-2234 commented 3 years ago

建议先用demo跑通再移植

meiqi1992 commented 3 years ago

我这里也有这个问题,我是直接把demo跑起来,用joinChannel在iOS上直接闪退,android上没有反应; 但是用joinChannelWithUserAccount就没有问题,可以正常通话 @LichKing-2234

LichKing-2234 commented 3 years ago

joinchannel uid只能是number

meiqi1992 commented 3 years ago

谢谢,是这个问题~