<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://docs-im.easemob.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs-im.easemob.com/feed.php">
        <title>IM 开发文档 im:web:other</title>
        <description></description>
        <link>https://docs-im.easemob.com/</link>
        <image rdf:resource="https://docs-im.easemob.com/lib/tpl/bootstrap3_ori/images/favicon.ico" />
       <dc:date>2026-05-12T21:23:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/apidoc?rev=1537867183&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/integration?rev=1572337010&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/privatedeploy?rev=1592972963&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/react?rev=1625139236&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/releasenote?rev=1653560295&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/toolrelated?rev=1615281021&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs-im.easemob.com/im/web/other/vue?rev=1646303215&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs-im.easemob.com/lib/tpl/bootstrap3_ori/images/favicon.ico">
        <title>IM 开发文档</title>
        <link>https://docs-im.easemob.com/</link>
        <url>https://docs-im.easemob.com/lib/tpl/bootstrap3_ori/images/favicon.ico</url>
    </image>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/apidoc?rev=1537867183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-09-25T09:19:43+00:00</dc:date>
        <title>Web SDK API Doc</title>
        <link>https://docs-im.easemob.com/im/web/other/apidoc?rev=1537867183&amp;do=diff</link>
        <description>Web SDK API Doc

	*  Web SDK 接口列表

----------

上一页：工具类说明

下一页：Web IM SDK 更新日志</description>
    </item>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/integration?rev=1572337010&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-29T08:16:50+00:00</dc:date>
        <title>WebIM 快速集成</title>
        <link>https://docs-im.easemob.com/im/web/other/integration?rev=1572337010&amp;do=diff</link>
        <description>WebIM 快速集成</description>
    </item>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/privatedeploy?rev=1592972963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-24T04:29:23+00:00</dc:date>
        <title>私有云SDK集成配置</title>
        <link>https://docs-im.easemob.com/im/web/other/privatedeploy?rev=1592972963&amp;do=diff</link>
        <description>私有云SDK集成配置

----------

静态配置ip（域名）地址

SDK 默认指向公有云地址，在部署私有云后，需要将地址重新指向到新的地址，以下是地址修改方法：
WebIM.conn = new websdk.connection({
    isHttpDNS: false, // 关闭DNS动态域名
    url: 'http://im-api-v2.easemob.com/ws', // 设置为私有云的websocket server url
    apiUrl: 'http://a1.easemob.com' // 设置为私有云的rest server url
})</description>
    </item>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/react?rev=1625139236&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-01T11:33:56+00:00</dc:date>
        <title>React Demo 简介</title>
        <link>https://docs-im.easemob.com/im/web/other/react?rev=1625139236&amp;do=diff</link>
        <description>React Demo 简介

请参考React webIm demo简介 

环信IM+声网音视频实现音视频通话方案介绍

我们的demo webim 中单聊、群聊的音视频功能是使用环信im+声网音视频去实现的，具体实现思路是使用环信IM SDk 收发消息去做信令，实现邀请、更新视频通话状态， 通过声网音视频SDK实现视频通话，并且能和安卓、IOS端互通。</description>
    </item>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/releasenote?rev=1653560295&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-05-26T10:18:15+00:00</dc:date>
        <title>Web IM SDK 更新日志</title>
        <link>https://docs-im.easemob.com/im/web/other/releasenote?rev=1653560295&amp;do=diff</link>
        <description>Web IM SDK 更新日志

----------

版本 V4.0.7 Dev 2022-5-25

新增特性:

	*  [IM SDK] 新增消息子区（message thread）功能；
	*  [IM SDK] 新增 getConversationList 方法解析会话中的最新一条消息；

优化：

	*  [IM SDK]  消息事件监听器中新增 onlineState 字段标记离线消息。</description>
    </item>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/toolrelated?rev=1615281021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-09T09:10:21+00:00</dc:date>
        <title>工具类说明</title>
        <link>https://docs-im.easemob.com/im/web/other/toolrelated?rev=1615281021&amp;do=diff</link>
        <description>工具类说明

----------

文件上传下载判断
//是否能上传file
WebIM.utils.isCanUploadFile;
//是否能下载file
WebIM.utils.isCanDownLoadFile ;
//是否设置header
WebIM.utils. isCanSetRequestHeader;
//是否设置mimetype
WebIM.utils.hasOverrideMimeType;</description>
    </item>
    <item rdf:about="https://docs-im.easemob.com/im/web/other/vue?rev=1646303215&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-03T10:26:55+00:00</dc:date>
        <title>Vue Demo 使用说明</title>
        <link>https://docs-im.easemob.com/im/web/other/vue?rev=1646303215&amp;do=diff</link>
        <description>Vue Demo 使用说明

如果要实现 RTC 功能，你需要满足以下条件：

	*  你已分别创建了环信应用及声网应用
	*  已完成环信 IM 的基本功能，包括登录、好友、群组以及会话等的集成
	*  上线之前开通声网 token 验证时，用户需要实现自己的 AppServer，根据环信 ID 生成 Token，创建 Token 服务及使用 AppServer 生成 Token 的过程参见</description>
    </item>
</rdf:RDF>
