... | ... | @@ -133,7 +133,7 @@ ListenersProvider.sdksipListener = new SDKSIPListener() { |
|
|
|
|
|
3. See [Others Guide](Other-Important-Topics) for more information about callstates , callParameters , DisplayStatus etc.
|
|
|
|
|
|
#### **Important** `ListenersProvider.sdksipListener` and `ListenersProvider.sdksipListener` must be initialized in currently relevant Activities' on create methods. The activity that had implemented these interfaces the last, will be the one getting the callbacks. These interfaces act as bridges between UI and the core functionalities. So if Any of these interfaces is not connected to UI, UI can not get any info on what's going on inside.
|
|
|
#### **Important** `ListenersProvider.sdksipListener` and `ListenersProvider.sdksipListener` must be initialized in currently relevant Activities' onResume/onStart/onCreate methods. The activity that had implemented these interfaces the last, will be the one getting the callbacks. These interfaces act as bridges between UI and the core functionalities. So if Any of these interfaces is not connected to UI, UI can not get any info on what's going on inside.
|
|
|
|
|
|
|
|
|
|
... | ... | |