当前知识库站点已不再维护。请移步新版知识库:https://help.rongcloud.cn/

群聊中如何开启位置实时共享

按照官网文档中位置实时共享相关内容进行集成后发现只有单聊和讨论组可以开启位置实时共享功能,如何能在群聊中开启此功能
发布时间: 2018-12-17 16:53

回答:

如果需要在群聊中也加入该功能可在 RCConfig.plist 文件中添加如下内容:

注意:群聊最多支持5人同时位置共享。)

实时位置共享功能技术文档链接:https://doc.rongcloud.cn/im/IOS/5.X/ui/conversation/realtime_location#%E6%95%88%E6%9E%9C%E5%B1%95%E7%A4%BA


<key>RealTimeLocationShare</key>
    <dict>
        <key>SupportConversationTypes</key>
        <array>
            <integer>3</integer>
            <integer>2</integer>
            <integer>1</integer>
        </array>
    </dict>