Chrome 57.0.2987.133(64ビット)で動作するようにVertoを取得しようとしています。Freeswitch Vertoで「未定義のsrcObject」プロパティを読み取れない場合はどうすればいいですか
https://dopensource.com/2017/01/21/setting-up-freeswitch-webrtc-functionality/に続いて、私はwebrtc/vertoをサーバ上で動作させることができました。私は接続して電話をかけるためにデモアプリケーションを(verto repoで)入手することができました。
は、私は私の側でセットアップvertoへ http://evoluxbr.github.io/verto-docs/tut/making-a-call.htmlに従ったが、私は( 捕捉されない例外TypeErrorを:未定義とキャッチされない例外TypeErrorのプロパティ「srcObject」を読み取ることができません:プロパティ「sinkId」未定義の読み込むことができません)を取得クロムコンソールでを。下記を参照:Uncaught TypeError: Cannot read property 'srcObject' of undefined
at FSRTCattachMediaStream (jquery.FSRTC.js:236)
at onRemoteStream (jquery.FSRTC.js:255)
at Object.self.peer.FSRTCPeerConnection.onRemoteStream (jquery.FSRTC.js:593)
at RTCPeerConnection.FSRTCPeerConnection.peer.onaddstream (jquery.FSRTC.js:737)
Uncaught TypeError: Cannot read property 'sinkId' of undefined
at $.verto.dialog.setAudioPlaybackDevice (jquery.verto.js:2144)
at jquery.verto.js:2214
https://pastebin.com/j4GrER0Q スクリプトのインポートはhttps://pastebin.com/H55piU1rのようになります。