Rajesh
Rajesh

Reputation: 359

how to make call using plivo in Android

I'm trying to call using plivo. Its working fine well in iOS plivo example but I unable to call using android example? I have use same endpoint what I use in ios but still unable to call. I feel something file is missing in the path "com.plivo.example.outbound.Call (Call - is missing)". I have use source from git plivo example, I'm using android studio help me to fix this.

Upvotes: 2

Views: 457

Answers (1)

Marius Razvan Varvarei
Marius Razvan Varvarei

Reputation: 1701

The Plivo Android SDK is quite easy to set up and use. After endpoint.login(username, password), just call endpoint.createOutgoingCall();

Upvotes: 0

Related Questions