- 广告组件状态异常
这里的状态是审核通过,而且是6月29号的。 [图片] 但是我手机刚才接收到组件审核通知,却提示我正在审核中,请问是什么意思 [图片]
2019-07-10 - 实时语音组件纯音频Android新版出现8s左右的延迟
实时语音组件纯音频Android新版出现8s左右的延迟,7.0.4是好的。 <live-pusher id="pusher_{{item.uid}}" class="live {{dev ? (!isSpeaking ? 'muted dev' : 'dev'): ''}}" url="{{item.url}}" mode="RTC" autopush="{{isSpeaking || item.tryMic}}" enable-camera="{{false}}" muted="{{!isSpeaking && !item.tryMic}}" bindstatechange="onPusherStateChange"/> 以上是live-pusher的配置 <live-player autoplay class="live {{dev ? (item.muted ? 'muted dev' : 'dev'): ''}}" id="player_{{item.uid}}" muted="{{item.muted || item.tryMic || !item.isSpeaking}}" mode="RTC" src="{{item.url}}" bindstatechange="onPlayerStateChange" binderror="onPlayError"/> 以上是live-player的配置,当前android手机7.0.5手机必现
2019-07-10 - 聚会狼人审核问题
我们的小程序聚会狼人,作为一个微信端的狼人杀发牌助手,在2019年6月16号时,已审核通过 [图片] 但是后面我们再次提审时,一直无法通过 [图片] 如果我们这个为在线游戏的话,那微信端的一个主体为上海假面信息科技有限公司,名为狼人杀微助手的小程序同为发牌助手,为何能审核通过,附上截图 [图片] [图片] [图片] [图片] 该小程序的服务类目也为休闲娱乐。 烦请官网做个解释吧,谢谢了!
2019-06-25 - 广告组件端午节审核吗
广告组件端午节审核吗
2019-06-07 - 什么时候可以修改小程序信息
什么时候可以修改小程序信息
2019-06-05 - 调试模式,日志太多,手机卡死
const aa = [] for (var i = 0; i < 1000; i++) { aa.push({ a:1, b:2, c: '234234233333333333333333333333234234233333333333333333333333234234233333333333333333333333234234233333333333333333333333234234233333333333333333333333234234233333333333333333333333' }) } setInterval(() => { console.log(aa) }, 10)
2019-04-26 - live-player和liver-pusher耗电、耗网
就是页面有一个live-pusher、8个live-player,很耗电、耗网,live-player一直在拉流,live-pusher一直在推流
2019-04-09 - live-player\live-pusher不能使用耳麦
[图片] 请问下这个问题官方解决了吗,一直在修复中吗
2019-03-11 - 小程序socket Error writing to stream
错误信息如下: 系统: {"language":"zh_CN","wifiEnabled":true,"bluetoothEnabled":false,"deviceOrientation":"portrait","locationAuthorized":true,"notificationSoundAuthorized":true,"screenHeight":667,"windowHeight":667,"system":"iOS 12.1.4","version":"7.0.3","fontSizeSetting":17,"notificationAuthorized":true,"statusBarHeight":20,"windowWidth":375,"pixelRatio":2,"notificationBadgeAuthorized":true,"model":"iPhone 7<iPhone9,1>","batteryLevel":63,"screenWidth":375,"locationEnabled":true,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.6.1"} 当前socket的readyState = 3 错误信息: {"errMsg":"Error writing to stream."}
2019-03-01 - InnerAudioContext 10003 errCode:54, err
系统:{"screenWidth":360,"statusBarHeight":18,"pixelRatio":2,"system":"Android 7.1.1","windowWidth":360,"deviceOrientation":"portrait","brand":"OPPO","version":"6.7.3","screenHeight":672,"fontSizeSetting":16,"language":"zh_CN","windowHeight":672,"model":"OPPO A83","platform":"android","SDKVersion":"2.4.2"} 错误栈:{"errCode":10003,"errMsg":"errCode:54, err:file can not read"} 系统:{"screenWidth":360,"statusBarHeight":24,"pixelRatio":3,"system":"Android 7.0","windowWidth":360,"deviceOrientation":"portrait","brand":"HONOR","version":"6.7.3","screenHeight":604,"fontSizeSetting":16,"language":"zh_CN","windowHeight":604,"model":"PRA-AL00","platform":"android","SDKVersion":"2.4.2"} 错误栈:{"errCode":10003,"errMsg":"errCode:54, err:file can not read"}
2018-12-13