Top | ![]() |
![]() |
![]() |
![]() |
gboolean | always-allow-sdes | Read / Write |
gboolean | auto-use-default-origins | Read / Write |
GStrv | autoload-plugins | Read / Write |
char * | country-code | Read / Write |
GStrv | preferred-audio-codecs | Read / Write |
gboolean
calls_settings_get_use_default_origins
(CallsSettings *self
);
Whether to prompt the user when there multiple origigins or fall back to defaults
void calls_settings_set_use_default_origins (CallsSettings *self
,gboolean enable
);
Sets whether to prompt the user when there multiple origigins or fall back to defaults
char *
calls_settings_get_country_code (CallsSettings *self
);
Whether to prompt the user when there multiple origigins or fall back to defaults
void calls_settings_set_country_code (CallsSettings *self
,const char *country_code
);
Sets the country code
char **
calls_settings_get_autoload_plugins (CallsSettings *self
);
List of plugins that are automatically loaded on startup.
Free with g_strfreev()
when done.
[array zero-terminated=1][transfer full]
void calls_settings_set_autoload_plugins (CallsSettings *self
,const char * const *plugins
);
Sets the plugins that should be loaded on startup.
char **
calls_settings_get_preferred_audio_codecs
(CallsSettings *self
);
List of preferred audio codecs for VoIP calls.
Free with g_strfreev()
when done.
[transfer full]
void calls_settings_set_preferred_audio_codecs (CallsSettings *self
,const char * const *codecs
);
Set the preferred audio codecs for VoIP calls.
gboolean
calls_settings_get_always_allow_sdes (CallsSettings *self
);
void calls_settings_set_always_allow_sdes (CallsSettings *self
,gboolean enabled
);
“always-allow-sdes”
property“always-allow-sdes” gboolean
Whether to always allow using key exchange (without TLS).
Owner: CallsSettings
Flags: Read / Write
Default value: FALSE
“auto-use-default-origins”
property“auto-use-default-origins” gboolean
Automatically use default origins.
Owner: CallsSettings
Flags: Read / Write
Default value: TRUE
“autoload-plugins”
property“autoload-plugins” GStrv
The plugins to automatically load on startup.
Owner: CallsSettings
Flags: Read / Write
“country-code”
property “country-code” char *
The country code (usually from the modem).
Owner: CallsSettings
Flags: Read / Write
Default value: ""
“preferred-audio-codecs”
property“preferred-audio-codecs” GStrv
The audio codecs to prefer for VoIP calls.
Owner: CallsSettings
Flags: Read / Write