Call & Messaging From Browser
No need to download or install anything. It's
as simple as login and start calling or messaging directly from your
browser (Google Chrome, Firefox, Internet Explorer, Opera, Safari etc.).
To assist our developers to quickly build enterprise grade voice enable
applications, TringMe has released source code for it's widgets. It can
be downloaded from here.
Below are sample examples of how easy it is to use TringMe APIs.
Send SMS
Following is an implementation of how to send an SMS using TringMe APIs.
include_once ("tringmehelper.php");
$publickey = "yourpublicapikey";
$privatekey = "yourprivateapikey";
$destination ='18585552222';
TringMeSendSMS($privatekey, $publickey, $destination, "Hello World");
?>
Tidak ada komentar:
Posting Komentar
Terima Kasih atas Partisipasinya
Catatan: Hanya anggota dari blog ini yang dapat mengirim komentar.