stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
854 stars 279 forks source link

audio track fixed. Due to java script error calling after hang up was… #26

Closed tridib closed 7 years ago

tridib commented 8 years ago

PUBNUB.create('audio') call was failing in demo. Due to this script error conversation history was not cleared. As a result next call to the same number was rejected. talk.dialed was still true. Added an audio element to fix this error.