Skip to content

iOS CallKit 打群组电话时apple callkit上无法显示群组名称 #469

@tiffchan0722

Description

@tiffchan0722

如题。
如果是单对单的电话的话,CallKit上是可以显示对方的名称的。
但是多人的群组对话则显示UNKNOWN.

Image

已经在calls()的params里填写了groupId,我以为是从这里拿得到group name然后推送给我?
let params = TUICallParams()
let pushInfo: TUIOfflinePushInfo = TUIOfflinePushInfo()
pushInfo.title = ""
pushInfo.desc = "you have a new call"
pushInfo.iOSPushType = .voIP
params.offlinePushInfo = pushInfo
params.chatGroupId = groupId
params.roomId = roomId

应该如何在apple callkit上显示多人对话的群组名称呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions