mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix loading of ms2 plugins in Python module.
This commit is contained in:
parent
45207ae94f
commit
f207747e7f
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ static void pylinphone_init_ms2_plugins(LinphoneCore *lc) {
|
|||
#ifdef ENABLE_WASAPI
|
||||
libmswasapi_init(factory);
|
||||
#endif
|
||||
linphone_core_reload_ms_plugins(lc, NULL);
|
||||
}
|
||||
|
||||
static PyObject * pylinphone_Core_class_method_new(PyObject *cls, PyObject *args) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue