Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Dec 10, 2024
1 parent 6eed7d6 commit 2f870fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class SrsClient extends Emitter {
...(process.env.JAMBONES_DISABLE_RTP_ADDRESS_LEARNING ? ['asymmetric'] : []),
'allow transcoding'],
// inherit codec flags from application.
...(process.env.JAMBONESE_SIPREC_TRANCODE_ENABLED && codec && {codec})
...(process.env.JAMBONESE_SIPREC_TRANSCODE_ENABLED && codec && {codec})
};

let response = await this.subscribeRequest({ ...opts, label: '1', flags: ['all'], interface: 'public' });
Expand Down

0 comments on commit 2f870fd

Please sign in to comment.