OLD | NEW |
| (Empty) |
1 Tests RTCDTMFSender. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS navigator.webkitGetUserMedia({audio:true}, gotStream, error); did not throw
exception. | |
7 PASS Stream generated. | |
8 PASS stream.getAudioTracks().length is 1 | |
9 PASS stream.getVideoTracks().length is 0 | |
10 PASS pc is connected | |
11 PASS dtmfsender = pc.createDTMFSender(track); threw exception SyntaxError: Faile
d to execute 'createDTMFSender' on 'RTCPeerConnection': No local stream is avail
able for the track provided.. | |
12 PASS dtmfsender = pc.createDTMFSender(track); did not throw exception. | |
13 PASS dtmfsender.canInsertDTMF is true | |
14 PASS dtmfsender.toneBuffer is "1" | |
15 PASS ontonechange was called. | |
16 PASS event.tone is "1" | |
17 PASS ontonechange was called. | |
18 PASS event.tone is "" | |
19 PASS successfullyParsed is true | |
20 | |
21 TEST COMPLETE | |
22 | |
OLD | NEW |