[Problem/Question]
// Detailed description of issue.
when receiving a call via SendBirdCall.getCall(forUUID: action.callUUID)
in public func provider(_ provider: CXProvider, perform action: CXAnswerCallAction) {
of my CXProviderDelegate
, the profileURL
of caller
and callee
are “” respectively even though both are certainly defined and displayed elsewhere. Any suggestion on what I might be doing wrong?
// If problem, please fill out the below. If question, please delete.
1.10.21
// What version of the SDK are you using?
[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
100%
// How frequently is this issue occurring?
Medium
// How is this currently impacting your implementation?