如果需要在群聊中也加入该功能可在 RCConfig.plist 文件中添加如下内容:
(**注意:**群聊最多支持5人同时位置共享。)
实时位置共享功能技术文档链接:融云开发者文档
<key>RealTimeLocationShare</key>
<dict>
<key>SupportConversationTypes</key>
<array>
<integer>3</integer>
<integer>2</integer>
<integer>1</integer>
</array>
</dict>