in Education by
I have been looking for a long time but cannot find anything regarding this little quest of mine. I have successfully implemented the sinch sdk into my system and its calling perfectly fine. Now I'd like to send DTMF tones if the call is answered by a PABX. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Hi on the call object there is a sendDTMF method DTMF key must be in [0-9, #, *, A-D]. Ios: [call sendDTMF:@"1"]; https://download.sinch.com/docs/iOS/latest/reference/html/Protocols/SINCall.html#//api/name/sendDTMF: Android call.sendDTMF("1");

Related questions

0 votes
    I want to send the following JSON text {"Email":"[email protected]","Password":"123456"} to a web ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Do Web services supports Remote Procedure Calls(RPCs)?...
asked Nov 7, 2020 in Education by Editorial Staff
0 votes
    Which of these class must be used to send a datagram packets over a connection? (a) InetAdress (b) ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Asynchronous Javascript and XML (Ajax) is technique for creating better, faster, and more interactive web applications. In addition to ... Perl, and C++ D. Java, ASP, and C#...
asked Mar 10, 2023 in Technology by JackTerrance
0 votes
    The web development environment (JavaScript) offers which standard construct for data validation of the input entered ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    The main purpose of JavaScript in web browser is to ___________ (a) Creating animations and other visual ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which of these methods calls update() method? (a) notify() (b) observeObject() (c) updateObserver() (d) ... Utility Classes of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    first question asked, so I'll get straight to it. I've got some C code that will be interfacing ... Arguments: java_command: Launcher Type: generic Environment Variables: PATH=...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    I am currently developing a WCF service in a windows form application. There would be a simple GUI screen ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    _______ is the oldest phone hacking techniques used by hackers to make free calls (a) Phishing (b) Spamming (c) ... Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 5, 2021 in Education by JackTerrance
0 votes
    Which of these methods calls update() method? (a) notify() (b) observeObject() (c) updateObserver( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
0 votes
    The iterator maintains the __________ of its execution in between calls so that successive next() requests ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    A transaction is delimited by statements (or function calls) of the form __________ (a) Begin ... from Transaction Concept in chapter Transactions of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    __________ handles async calls. (1)Reducer (2)Effects (3)Smart component (4)Dumb component...
asked Aug 24, 2021 in Technology by JackTerrance
...