MCPcopy
hub / github.com/xiangyuecn/Recorder / rtcVoicePlay

Function rtcVoicePlay

assets/zdemo.index.webrtc.js:520–528  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

518};
519var rtcVoiceDatas={};
520var rtcVoicePlay=function(id){
521 var audio=$(".recPlay")[0];
522 audio.style.display="inline-block";
523 if(!(audio.ended || audio.paused)){
524 audio.pause();
525 };
526 audio.src=(window.URL||webkitURL).createObjectURL(rtcVoiceDatas[id].data);
527 audio.play();
528};
529
530
531var rtcStatusView=function(){

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…