feat: prioritize g729 audio codec
This commit is contained in:
parent
4d8ef9c9d2
commit
6bf6e7e8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ class LinphoneBridge(
|
||||||
core.uploadBandwidth = 512
|
core.uploadBandwidth = 512
|
||||||
core.downloadBandwidth = 1500
|
core.downloadBandwidth = 1500
|
||||||
|
|
||||||
val preferredAudio = listOf("opus", "speex", "pcmu", "pcma") // in order of preference
|
val preferredAudio = listOf("g729", "opus", "speex", "pcmu", "pcma") // in order of preference
|
||||||
val preferredVideo = listOf("h264", "vp8")
|
val preferredVideo = listOf("h264", "vp8")
|
||||||
|
|
||||||
core.audioPayloadTypes.forEach { pt: PayloadType ->
|
core.audioPayloadTypes.forEach { pt: PayloadType ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue