Samples of ProPTT2 CallbackAPI

Description samples of ProPTT2 CallbackAPI.

Function

When an user press the Func button, ProPTT2 system can be integrated with external system.

Start a video share

An external system can know when a video share is started. Then the external system can show the video stream.

Callback URL verification

To verify your URL, you could use Curl.
$ curl -k -X POST -H "Accept: application/json" -H "Content-type: application/json;charset=UTF-8" -d "{ \"cmd\" : \"vc\", \"videoChannelId\" : 3, \"senderId\" : \"owner@company.com\", \"senderName\" : \"user%20name\", \"URL\" : \"rtsp%3A%2F%2F10.0.0.11%3A41344%2F8523\" }" https://yourUrl