... | ... | @@ -129,10 +129,11 @@ ListenersProvider.sdksipListener = new SDKSIPListener() { |
|
|
}
|
|
|
};
|
|
|
|
|
|
```
|
|
|
3. **Important** ListenersProvider. sdksipListener and ListenersProvider. sdksipListener must be re-initialized in relevant Activities if any other subsequent but now dead activities had re-assigned the these interfaces. These 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.
|
|
|
```
|
|
|
|
|
|
3. See [Others Guide](others-guide) for more information about callstates , callParameters , DisplayStatus etc.
|
|
|
|
|
|
4. See [Others Guide](others-guide) for more information about Callstates , CallParameters , DisplayStatus etc
|
|
|
#### **Important** ListenersProvider. sdksipListener and ListenersProvider. sdksipListener must be re-initialized in relevant Activities if any other subsequent but now dead activities had re-assigned the these interfaces. These 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.
|
|
|
|
|
|
|
|
|
|
... | ... | |