mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
fix typo that caused record to fail on rest calls
This commit is contained in:
@@ -1807,7 +1807,7 @@ class CallSession extends Emitter {
|
|||||||
username: JAMBONZ_RECORD_WS_USERNAME,
|
username: JAMBONZ_RECORD_WS_USERNAME,
|
||||||
password: JAMBONZ_RECORD_WS_PASSWORD
|
password: JAMBONZ_RECORD_WS_PASSWORD
|
||||||
},
|
},
|
||||||
disableBiDirectionalAudio: true,
|
disableBidirectionalAudio: true,
|
||||||
mixType : 'stereo',
|
mixType : 'stereo',
|
||||||
passDtmf: true
|
passDtmf: true
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user