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 directCall: \(stringifyDirectCall(directCall))")
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 }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edoctor-sendbird-calls",
3
- "version": "1.0.1-beta.7",
3
+ "version": "1.0.1-beta.9",
4
4
  "description": "edoctor-sendbird-calls",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",