edoctor-sendbird-calls 1.0.1-beta.4 → 1.0.1-beta.5

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.
@@ -534,7 +534,7 @@ class RNSendBirdCalls: RCTEventEmitter, SendBirdCallDelegate, DirectCallDelegate
534
534
  print(TAG + "didEnd")
535
535
  CALL_ACTIVE = nil
536
536
  let params = getParamFromDirectCall(call: directCall)
537
- print(self.TAG + "didEnd params: " + directCall)
537
+ print(self.TAG + "didEnd params: \(directCall)")
538
538
  sendEventWithName(eventName: RNSendBirdCalls.onEnded, params: params)
539
539
  CXCallManager.shared.endCall(for: callId, endedAt: Date(), reason: directCall.endResult)
540
540
  guard let callLog = directCall.callLog else { return }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edoctor-sendbird-calls",
3
- "version": "1.0.1-beta.4",
3
+ "version": "1.0.1-beta.5",
4
4
  "description": "edoctor-sendbird-calls",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",