Make a call with php script using RCC api
Hi,
The documentation for RCC api says that one can use UserCall to "Initiate an outgoing call, but it doesn't say how.
In the rccapi.php sample code they use an operation called initialize/initializeResult:
public function ReceiveInitialStart(\AppPlatform\Message $msg) {
$this->sendMessage(new AppPlatform\Message("Initialize", "api", "RCC"));
}
What I tried was changing the Initialize here to UserCall but it returns with an error and call 0. How do I use this operation properly as there isn't really any example for this. How do I add the correct properties needed to the mt when using UserCall?
Best regards,
Khalil