Skip to content

IOS和安卓同时发起视频对话时,ios自动停止发起显示对方忙碌,安卓不会自动中断问题 - #13

Open
liupengi wants to merge 1 commit into
easemob:devfrom
liupengi:dev
Open

IOS和安卓同时发起视频对话时,ios自动停止发起显示对方忙碌,安卓不会自动中断问题#13
liupengi wants to merge 1 commit into
easemob:devfrom
liupengi:dev

Conversation

@liupengi

Copy link
Copy Markdown

IOS和安卓同时发起视频对话时,ios自动停止发起显示对方忙碌,安卓不会自动中断问题

callKitListener?.onEndCallWithReason(CallEndReason.CallEndReasonRefuse, callInfo)
//退出通话
exitChannel()
} else if (TextUtils.equals(result, Constant.CALL_ANSWER_BUSY)) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这段代码没有调用exitChannel 并不会触发挂断

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants