edoctor-sendbird-calls 1.0.1-beta.7 → 1.0.1-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -536,8 +536,7 @@ class RNSendBirdCalls: RCTEventEmitter, SendBirdCallDelegate, DirectCallDelegate
|
|
|
536
536
|
print(TAG + "didEnd")
|
|
537
537
|
CALL_ACTIVE = nil
|
|
538
538
|
let params = getParamFromDirectCall(call: directCall)
|
|
539
|
-
print(self.TAG + "didEnd
|
|
540
|
-
print(self.TAG + "didEnd params: \(params)")
|
|
539
|
+
print(self.TAG + "didEnd endResult: \(directCall.endResult.rawValue)")
|
|
541
540
|
sendEventWithName(eventName: RNSendBirdCalls.onEnded, params: params)
|
|
542
541
|
CXCallManager.shared.endCall(for: callId, endedAt: Date(), reason: directCall.endResult)
|
|
543
542
|
guard directCall.callLog != nil else { return }
|