
基础产品
适用各种通信场景,接入灵活

融合场景
专为场景打造,接入成本低

扩展能力
核心能力延展,功能全面

更多服务
一站式服务,满足各种需求
回答:
如果需要在群聊中也加入该功能可在 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>