diff --git a/phone/scripts/app.js b/phone/scripts/app.js index 60f8efc..daa732d 100644 --- a/phone/scripts/app.js +++ b/phone/scripts/app.js @@ -459,7 +459,7 @@ $(document).ready(function() { stream : ctxSip.Stream, constraints : { audio : true, video : false }, render : { - remote : { audio: $('#audioRemote').get()[0] } + remote : $('#audioRemote').get()[0] }, RTCConstraints : { "optional": [{ 'DtlsSrtpKeyAgreement': 'true'} ]} }