Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R reveSaaSDocumentation
  • 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
    • 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
  • Ifta
  • reveSaaSDocumentation
  • Wiki
  • Starting a Call

Last edited by Ifta Noor Mahmood Oct 28, 2019
Page history

Starting a Call

For starting a call you can just open the Reve SaaS Dashboard and from contacts page, you can place call.

But if you want to place call directly from your app, you need to use the following apis.

1. Placing a free audio call :

ReveSaaS.makeAudioCall(activity, numberToCallWithCountryCode);

Example

ReveSaaS.makeAudioCall(MainActivity.this, "+8801844097722");

2. Placing a free videocall :

ReveSaaS.makeVideoCall(activity, numberToCallWithCountryCode);

Example

ReveSaaS.makeVideoCall(MainActivity.this, "+8801844097722");

3. Placing a paid call (audio only):

ReveSaaS.makePaidCall(activity, numberToCallWithCountryCode);

Example

ReveSaaS.makePaidCall(MainActivity.this, "+8801844097722");

Clone repository
  • Configure SaaS module
  • Firebase Messaging Service (Push Messaging)
  • Get chat backup restore to work
  • Get maps service to work
  • Opening Chat
  • Opening the SaaS dashboard
  • Prepare your project
  • Starting a Call
  • Starting the SaaS service
  • Home