Replaced deprecated tmp modules
This commit is contained in:
@@ -35,8 +35,8 @@ module ice.so
|
|||||||
module srtp.so
|
module srtp.so
|
||||||
module dtls_srtp.so
|
module dtls_srtp.so
|
||||||
module zrtp.so
|
module zrtp.so
|
||||||
module_tmp uuid.so
|
module uuid.so
|
||||||
module_tmp account.so
|
module_app account.so
|
||||||
module_app contact.so
|
module_app contact.so
|
||||||
module_app debug_cmd.so
|
module_app debug_cmd.so
|
||||||
module_app mwi.so
|
module_app mwi.so
|
||||||
|
|||||||
@@ -14,6 +14,10 @@ object Config {
|
|||||||
|
|
||||||
Log.d(TAG, "Config is '$config'")
|
Log.d(TAG, "Config is '$config'")
|
||||||
|
|
||||||
|
config = config.replace("module_tmp uuid.so", "module uuid.so")
|
||||||
|
|
||||||
|
config = config.replace("module_tmp account.so", "module_app account.so")
|
||||||
|
|
||||||
if (!config.contains(Regex("ausrc_format s16"))) {
|
if (!config.contains(Regex("ausrc_format s16"))) {
|
||||||
config = "${config}ausrc_format s16\nauplay_format s16\nauenc_format s16\naudec_format s16\nmodule webrtc_aec.so\n"
|
config = "${config}ausrc_format s16\nauplay_format s16\nauenc_format s16\naudec_format s16\nmodule webrtc_aec.so\n"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user