chore: remove commented audio codecs from list

This commit is contained in:
Andrew 2026-05-06 21:10:59 +07:00
parent 5dde87dc13
commit 057020864a

View file

@ -223,7 +223,7 @@ class LinphoneBridge(
core.uploadBandwidth = 512
core.downloadBandwidth = 1500
val preferredAudio = listOf("g729"/*, "opus", "speex", "pcmu", "pcma"*/) // in order of preference
val preferredAudio = listOf("g729") // in order of preference
val preferredVideo = listOf("h264", "vp8")
core.audioPayloadTypes.forEach { pt: PayloadType ->