toneDial

TrueConf7/5/26Less than 1 minute

toneDial

Description

Tone dialing

void toneDial(string sSymbol, string sCallId)

Parameters

NameDescription
sSymbolExtension dialing symbol
sCallIdThe unique identifier of a user (TrueConf ID) in the current conference for which an additional call is being made. You should use the ones obtained from the methods: On_newParticipantInConference, getConferenceParticipants

Response example

{
    "method" : "toneDial",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: