im-server icon indicating copy to clipboard operation
im-server copied to clipboard

On Voice/Video call, callerId should represent the person who initiate the call. But it has the other person callerId every time.

Open mhamidg opened this issue 1 year ago • 9 comments

提issue小提示

为了尽快定位问题,需要提供足够的信息,请按照我们的要求格式来提问。如果您不按照格式提问,我们将无法回复您的问题

操作说明

详细说明操作那个界面,每一步骤都要说得详细,如果是SDK或者api使用问题,需要详细说明调用的那个函数,参数都是什么。

表现现象

描述一下什么现象,比如说函数返回error,errorcode是多少,或者界面上是什么状态,比如发送消息显示发送失败的红点。不要笼统的说功能有问题,不起作用。

预期结果

你认为正确的表现应该是什么样的。

补充条件

是否是毕现的,还是偶现的?是否只有在特殊的网络/设备/平台上出现,还是所有的都出现。还有您用的版本是什么时候的,是不是最新版

demo对比结果

请用demo对比测试,demo上是什么状态。

mhamidg avatar Aug 02 '22 07:08 mhamidg

用的是那个音视频SDK?能截图看一下问题吗?

heavyrain2012 avatar Aug 03 '22 03:08 heavyrain2012

I am using iOS and Android applications. In applications, the session object received from the server has the callerId of the destination user. I am using this repo for iOS https://github.com/wildfirechat/ios-chat and for android also from wildfirechat repos.

On Wed, Aug 3, 2022 at 7:36 AM heavyrain.lee @.***> wrote:

用的是那个音视频SDK?能截图看一下问题吗?

— Reply to this email directly, view it on GitHub https://github.com/wildfirechat/im-server/issues/503#issuecomment-1203445184, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALR2H3Q3A5MB457OXZOJ2BTVXHSMLANCNFSM55KDV2YA . You are receiving this because you authored the thread.Message ID: @.***>

mhamidg avatar Aug 03 '22 04:08 mhamidg

callId的规则是:发起人ID + | + 时间戳

heavyrain2012 avatar Aug 03 '22 04:08 heavyrain2012

It should be, but somehow everytime call initiated from any side. The destination userId is set as callId + timestamp. Can you please have a look?

On Wed, Aug 3, 2022 at 8:50 AM heavyrain.lee @.***> wrote:

callId的规则是:发起人ID + | + 时间戳

— Reply to this email directly, view it on GitHub https://github.com/wildfirechat/im-server/issues/503#issuecomment-1203481251, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALR2H3XXI737NKK2ITBGEU3VXH3APANCNFSM55KDV2YA . You are receiving this because you authored the thread.Message ID: @.***>

mhamidg avatar Aug 03 '22 04:08 mhamidg

Hi Team, any progress on this issue? As we are stuck with this.

mhamidg avatar Aug 04 '22 04:08 mhamidg

不好意思,还是没有弄明白到底是什么问题,请更详细说明你们的问题,最好有截图说明。

heavyrain2012 avatar Aug 04 '22 13:08 heavyrain2012

For example in mobile application: A Calling B -> the CallerId will have B's userId A Receive Call from B -> the CallerId will have B's userId

In the call session object, there is no reference for userId, who initiated the call. After call connected/disconnected, there is no reference that call was dialed or received. (No reference of Who initiated the call)

mhamidg avatar Aug 08 '22 11:08 mhamidg

请更新 https://github.com/wildfirechat/ios-chat/commit/ea37c2937a9e34d8fceb373ab9302e44e3f8be1f 测试。如果还是有问题,请录制测试视频

heavyrain2012 avatar Aug 09 '22 02:08 heavyrain2012

Thanks,

On Tue, Aug 9, 2022 at 6:02 AM heavyrain.lee @.***> wrote:

请更新 @.*** https://github.com/wildfirechat/ios-chat/commit/ea37c2937a9e34d8fceb373ab9302e44e3f8be1f 测试。如果还是有问题,请录制测试视频

— Reply to this email directly, view it on GitHub https://github.com/wildfirechat/im-server/issues/503#issuecomment-1208826819, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALR2H3UJJC5VT45S4RVM3QTVYG337ANCNFSM55KDV2YA . You are receiving this because you authored the thread.Message ID: @.***>

mhamidg avatar Aug 09 '22 04:08 mhamidg

I have tested this feature on iOS its working. But this is not implemented on Android version. Can you fix this CallerId feature on Android as well?

mhamidg avatar Aug 11 '22 07:08 mhamidg

请更新 https://github.com/wildfirechat/android-chat/commit/d4b1f8392ec63a6d09a5028d21e65d08acaec026 测试

imndx avatar Aug 11 '22 07:08 imndx

Thanks. I will look into it.

On Thu, Aug 11, 2022 at 11:31 AM imndx @.***> wrote:

请更新 @.*** https://github.com/wildfirechat/android-chat/commit/d4b1f8392ec63a6d09a5028d21e65d08acaec026 测试

— Reply to this email directly, view it on GitHub https://github.com/wildfirechat/im-server/issues/503#issuecomment-1211642767, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALR2H3XWCGG2K64MGXU3DLTVYST47ANCNFSM55KDV2YA . You are receiving this because you authored the thread.Message ID: @.***>

mhamidg avatar Aug 11 '22 07:08 mhamidg