@qusaieilouti99/call-manager 0.1.49 → 0.1.50

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.
@@ -108,7 +108,7 @@ object CallEngine {
108
108
  }
109
109
  }
110
110
 
111
- private fun emitEvent(type: CallEventType, data: JSONObject) {
111
+ fun emitEvent(type: CallEventType, data: JSONObject) {
112
112
  Log.d(TAG, "Emitting event: $type, data: $data")
113
113
  val dataString = data.toString()
114
114
  if (eventHandler != null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qusaieilouti99/call-manager",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "Call manager",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",