From 69818d19c9834965b518f7db47abf0b26ceafcd6 Mon Sep 17 00:00:00 2001 From: NitinGupta9935 Date: Tue, 23 Apr 2024 01:03:04 +0530 Subject: [PATCH] Fixed No audio when answering an incoming call --- phone/scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'} ]} }