chore: remove commented audio codecs from list
This commit is contained in:
parent
5dde87dc13
commit
057020864a
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class LinphoneBridge(
|
||||||
core.uploadBandwidth = 512
|
core.uploadBandwidth = 512
|
||||||
core.downloadBandwidth = 1500
|
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")
|
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