Przyciśnięcie klawisza inicjuje dzwonienie na zapisany numer telefony z Plivo. #34

Closed
opened 2018-06-19 10:28:06 +02:00 by krzysiej · 0 comments
Owner

Integracja klawiaturki z Plivo.

Coś w ten deseń:

use Plivo\RestClient;

$client = new RestClient("your_auth_id", "your_auth_token");
$call_made = $client->calls->create(
    'numer od ',
    ['numer do '],
    'adres do powiadomień',
    'GET/POST'
);
Integracja klawiaturki z Plivo. Coś w ten deseń: ``` use Plivo\RestClient; $client = new RestClient("your_auth_id", "your_auth_token"); $call_made = $client->calls->create( 'numer od ', ['numer do '], 'adres do powiadomień', 'GET/POST' ); ```
krzysiej added the enhancement label 2018-06-19 10:28:10 +02:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: krzysiej/paper-pi#34