Skip to content

Commit

Permalink
Merge pull request #365 from Yleiting/doc-v2-beta
Browse files Browse the repository at this point in the history
修改音视频文档中的旧链接地址
  • Loading branch information
shanjingheng authored Jul 26, 2023
2 parents d70289e + 3ee25b6 commit bc169f9
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/private/media/common_clientsdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<td>Web</td><td>环信 WebIM SDK 为 PC /移动 Web 应用,提供完善的即时通信与音视频功能</td><td><a href="https://download-sdk.oss-cn-beijing.aliyuncs.com/mp/downloads/webdemo-3.4.2.7.zip">下载代码</a></td><td><a href="https://zim-rtc.easemob.com:12005">体验Demo</a></td>
</tr>
<tr>
<td>微信小程序集成</td><td>环信小程序 SDK提供全平台小程序解决方案,支持平台包括微信小程序、QQ小程序、百度小程序、字节跳动以及Uniapp编译的原生应用</td><td><a href="https://download-sdk.oss-cn-beijing.aliyuncs.com/mp/downloads/webim-weixin-xcx.zip">下载代码</a></td><td>\</td>
<td>小程序端</td><td>环信小程序 SDK提供全平台小程序解决方案,支持平台包括微信小程序、QQ小程序、百度小程序、字节跳动以及Uniapp编译的原生应用</td><td><a href="https://download-sdk.oss-cn-beijing.aliyuncs.com/mp/downloads/webim-weixin-xcx.zip">下载代码</a></td><td>\</td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions docs/private/media/conference_uniapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
:::notice
目前音视频插件仅支持运行在iOS以及Android,暂不支持运行在微信小程序使用。如需运行到微信小程序我们为此提供了小程序音视频SDK,请移步小程序集成多人音视频文档部分。
:::
使用 uni-app 集成多人音视频SDK,需要下载环信uni-app原生插件**emlive-pusher****emlive-player**配合一起使用。音视频SDK依赖IM SDK, 所以要先集成IM,并把IM SDK实例挂载在全局变量下:uni.WebIM = websdk, 可以参考[uni-app demo]() utils/WebIM 文件。
使用 uni-app 集成多人音视频SDK,需要下载环信uni-app原生插件**emlive-pusher****emlive-player**配合一起使用。音视频SDK依赖IM SDK, 所以要先集成IM,并把IM SDK实例挂载在全局变量下:uni.WebIM = websdk, 可以参考[uni-app demo](https://download-sdk.oss-cn-beijing.aliyuncs.com/mp/downloads/webim-uniapp-demo.zip) utils/WebIM 文件。

------

## 运行demo

下载好[uniapp demo]()后,导入hbuilderX,需要检查manifest.json/原生插件配置中是否选中了插件,否则需要自己选择nativeplugins中的EMLiveplugin插件,然后点击hbuilderX的运行→运行到手机或模拟器→制作自定义调试基座。 此时hbuilderX会进行打包,等打包成功后,点击运行→运行到手机或模拟器→运行基座选择→自定义调试基座,选择好后重新点击运行→运行到手机或模拟器→找到自己的设备 等安装好后,就可以在群组聊天中点击电话的icon,发起多人会议。
下载好[uni-app demo](https://download-sdk.oss-cn-beijing.aliyuncs.com/mp/downloads/webim-uniapp-demo.zip)后,导入hbuilderX,需要检查manifest.json/原生插件配置中是否选中了插件,否则需要自己选择nativeplugins中的EMLiveplugin插件,然后点击hbuilderX的运行→运行到手机或模拟器→制作自定义调试基座。 此时hbuilderX会进行打包,等打包成功后,点击运行→运行到手机或模拟器→运行基座选择→自定义调试基座,选择好后重新点击运行→运行到手机或模拟器→找到自己的设备 等安装好后,就可以在群组聊天中点击电话的icon,发起多人会议。

------

Expand Down
1 change: 0 additions & 1 deletion docs/private/media/rest_introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# REST接口简介

------

音视频云的REST接口规则与即时通讯的REST规则是一致的,参考[服务端集成](../../document/server-side/overview.md)

Expand Down
1 change: 0 additions & 1 deletion docs/private/media/rest_manage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 会议管理

------

环信使用 REST 的方式来对音视频会议进行管理操作,包括**创建会议****解散会议****获取会议****从会议中踢人**

Expand Down
2 changes: 1 addition & 1 deletion docs/private/media/rest_record.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 录制及提取

------


环信使用 REST 的方式来获取实时音视频的录制文件,包括录制的音频文件和视频文件。

Expand Down
10 changes: 5 additions & 5 deletions docs/private/media/scenario_live.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@

多人视频会议如果需要环信即时通讯云的文字聊天室实现IM沟通功能,请详见文档:

服务器端: [聊天室管理](https://docs-im.easemob.com/im/server/basics/chatroom)
服务器端: [聊天室管理](http://docs-im-beta.easemob.com/document/server-side/chatroom.html)

Android: [聊天室管理](https://docs-im.easemob.com/im/android/basics/chatroom)
Android: [聊天室管理](http://docs-im-beta.easemob.com/document/android/room_overview.html)

iOS: [聊天室管理](https://docs-im.easemob.com/im/ios/basics/chatroom)
iOS: [聊天室管理](http://docs-im-beta.easemob.com/document/ios/room_overview.html)

web端: [聊天室管理](https://docs-im.easemob.com/im/web/basics/chatroom)
web端: [聊天室管理](http://docs-im-beta.easemob.com/document/web/room_overview.html)

微信小程序: [聊天室管理](https://docs-im.easemob.com/im/applet/chatroom)
微信小程序: [聊天室管理](http://docs-im-beta.easemob.com/document/applet/room_overview.html)

PC端: [聊天室管理](https://docs-im.easemob.com/im/pc/basics/chatroom)

Expand Down
10 changes: 5 additions & 5 deletions docs/private/media/scenario_meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@

2. 多人视频会议如果需要环信即时通讯云的文字聊天室实现IM沟通功能,请详见文档:

服务器端: [聊天室管理](https://docs-im.easemob.com/im/server/basics/chatroom)
服务器端: [聊天室管理](http://docs-im-beta.easemob.com/document/server-side/chatroom.html)

Android: [聊天室管理](https://docs-im.easemob.com/im/android/basics/chatroom)
Android: [聊天室管理](http://docs-im-beta.easemob.com/document/android/room_overview.html)

iOS: [聊天室管理](https://docs-im.easemob.com/im/ios/basics/chatroom)
iOS: [聊天室管理](http://docs-im-beta.easemob.com/document/ios/room_overview.html)

web端: [聊天室管理](https://docs-im.easemob.com/im/web/basics/chatroom)
web端: [聊天室管理](http://docs-im-beta.easemob.com/document/web/room_overview.html)

微信小程序: [聊天室管理](https://docs-im.easemob.com/im/applet/chatroom)
微信小程序: [聊天室管理](http://docs-im-beta.easemob.com/document/applet/room_overview.html)

PC端: [聊天室管理](https://docs-im.easemob.com/im/pc/basics/chatroom)

Expand Down
10 changes: 5 additions & 5 deletions docs/private/media/scenario_one2one.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

2. 一对一音视频还需要用到环信即时通讯云的基础IM功能,请详见文档:

服务器端:[服务端集成](https://docs-im.easemob.com/im/server/ready/intro)
服务器端:[服务端集成](http://docs-im-beta.easemob.com/document/server-side/overview.html)

Android:[Android SDK 介绍及导入](https://docs-im.easemob.com/im/android/sdk/import#android_sdk_导入)
Android:[Android SDK 介绍及导入](http://docs-im-beta.easemob.com/document/android/quickstart.html)

iOS:[iOS SDK 快速集成](https://docs-im.easemob.com/im/ios/sdk/prepare#集成_sdk)
iOS:[iOS SDK 快速集成](http://docs-im-beta.easemob.com/document/ios/quickstart.html)

web端: [Web IM 介绍](https://docs-im.easemob.com/im/web/intro/start)
web端: [Web IM 介绍](http://docs-im-beta.easemob.com/document/web/quickstart.html)

微信小程序: [微信小程序SDK简介](https://docs-im.easemob.com/im/applet/intro#开发者集成)
微信小程序: [微信小程序SDK简介](http://docs-im-beta.easemob.com/document/applet/wechat.html)

PC端: [桌面端集成说明](https://docs-im.easemob.com/im/pc/intro/integration)
1 change: 0 additions & 1 deletion docs/private/media/scenario_tc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 语音连麦聊天室集成介绍

------

## 前言
本文将简要分享几个语音聊天室的应用场景,并讲述基于环信 SDK ,实现语音连麦聊天室的步骤。
Expand Down

0 comments on commit bc169f9

Please sign in to comment.