@qusaieilouti99/call-manager 0.1.83 → 0.1.84
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.
|
@@ -102,7 +102,7 @@ class CallManager : HybridCallManagerSpec() {
|
|
|
102
102
|
// do nothing for now
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
override fun registerVoIPTokenListener(listener: (payload: String) -> Unit): () -> Unit
|
|
105
|
+
override fun registerVoIPTokenListener(listener: (payload: String) -> Unit): () -> Unit {
|
|
106
106
|
Log.d(TAG, "registerVoIPTokenListener called")
|
|
107
107
|
return {
|
|
108
108
|
Log.d(TAG, "registerVoIPTokenListener removed.")
|