@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
|
-
|
|
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) {
|