Aucune description

twt 36f528bd8e 功能修改 il y a 1 jour
lib 5f82e5b55d first commit il y a 1 semaine
nativeplugins 5f82e5b55d first commit il y a 1 semaine
pages 36f528bd8e 功能修改 il y a 1 jour
static 36f528bd8e 功能修改 il y a 1 jour
uni_modules 5f82e5b55d first commit il y a 1 semaine
utils 36f528bd8e 功能修改 il y a 1 jour
.editorconfig 5f82e5b55d first commit il y a 1 semaine
.gitignore 5f82e5b55d first commit il y a 1 semaine
App.vue 5f82e5b55d first commit il y a 1 semaine
LICENSE 5f82e5b55d first commit il y a 1 semaine
README.md 5f82e5b55d first commit il y a 1 semaine
main.js 41ff9ec1c1 群聊 il y a 2 jours
manifest.json 36f528bd8e 功能修改 il y a 1 jour
package-lock.json 5f82e5b55d first commit il y a 1 semaine
package.json 5f82e5b55d first commit il y a 1 semaine
pages.json 36f528bd8e 功能修改 il y a 1 jour
uni.scss 5f82e5b55d first commit il y a 1 semaine

README.md

Uniapp Demo运行步骤

获取设置appkey

访问http://www.goeasy.io 注册GoEasy账号,创建应用,获得appkey 在main.js里将appkey替换为您自己的common key

运行

hbilderX 直接运行即可

注意事项

微信小程序

若打包为微信小程序,需要登录微信公众平台|小程序 -> 设置 -> 开发设置 ->服务器域名
socket合法域名-> 添加以下所有5个socket合法域名:
wss://1hangzhou.goeasy.io
wss://2hangzhou.goeasy.io
wss://3hangzhou.goeasy.io
wss://4hangzhou.goeasy.io
wss://5hangzhou.goeasy.io

图片语音和OSS配置

要发送语音、视频和图片,请先配置第三方存储服务

通知栏提醒

  • 将Uniapp应用运行到手机上,检查手机"系统设置"的通知推送里,确保该app的状态为“允许”
  • 若希望APP进程杀掉后收到通知栏提醒,需接入厂商通道,详情请参阅GoEasy接入厂商通道教程

音视频通话

需要先访问GRTC文档配置参数

  • 运行到h5,需要:
  • 运行npm install
  • “运行”-“运行到浏览器” 注意:浏览器只允许localhost或者https页面访问媒体设备(摄像头等),请确保在该环境下运行。

  • 运行到App,需要:

  • 打开manifest.json,在“安卓/IOS原生插件配置"选择本地插件,勾选"GoEasy音视频原生插件"

  • 制作自定义基座:选择“运行”-“运行到手机或模拟器”-“制作自定义调试基座”

  • 运行到安卓/IOS真机