plugins: Implement call-type property

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-02-12 14:37:28 +01:00
parent 64ff76e62f
commit 04605efac7
4 changed files with 4 additions and 0 deletions

View File

@@ -382,6 +382,7 @@ calls_sip_call_new (const gchar *id,
"inbound", inbound,
"own-ip", own_ip,
"nua-handle", handle,
"call-type", CALLS_CALL_TYPE_SIP_VOICE,
NULL);
}