- Joined
- Oct 29, 2013
- Messages
- 1
- Reaction score
- 0
In the 3CX v12 version of the API, there is a function called InvokeCommand
public void InvokeCommand(
string commandName,
Dictionary<string, string> parameters
)
It seems that we can send commands to the 3cx platform.
What are the possible commands that the platform can receive ?
public void InvokeCommand(
string commandName,
Dictionary<string, string> parameters
)
It seems that we can send commands to the 3cx platform.
What are the possible commands that the platform can receive ?