toneDial
Less than 1 minute
toneDial
Description: tone dialing.
Request example:
{
"method" : "toneDial",
"requestId" : "1",
"symbol" : "a",
"callId" : "user@some.server/InstancePart"
}Response example:
{
"method" : "toneDial",
"requestId" : "1",
"result" : true
}Parameter description:
symbol— Extension dialing symbolcallId- a unique identifier of the user (TrueConf ID) in the current conference for which the extension is being dialed. It's recommended to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId- a unique request identifier. You can find more details about it here.
See also: