Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R REVECallSDKSample
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sdk
  • REVECallSDKSample
  • Wiki
  • Configuring Listeners

Configuring Listeners · Changes

Page history
Update Configuring Listeners authored Nov 15, 2021 by Sourav Das's avatar Sourav Das
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
+3 -3
  • Configuring-Listeners.md Configuring-Listeners.md +3 -3
  • No files found.
Configuring-Listeners.md
View page @ 034705a5
......@@ -9,9 +9,9 @@ The ListenersProvider Class interacts with the SIPProvider to communicate with t
>In **Kotlin**
```kotlin
ListenersProvider.sdkServiceListener = object : SDKServiceListener{
override fun startIncomingCall(callid: String, callerID: String) {
TODO("Use the callid to accept or decline the incoming call " +
"and callerID in the UI to show who is calling")
override fun startIncomingCall(callId: String, phoneNumber: String) {
TODO("Use the callIdto accept or decline the incoming call " +
"and phoneNumber in the UI to show who is calling")
}
}
```
......
Clone repository
  • Call Handling
  • Configuring Listeners
  • Demo App Details
  • Get Api Key
  • Other Important Topics
  • Home