0.3.2 plus the media fix: the audio user is resolved once and thread-safely, so an answered call can no longer land its PipeWire helpers in the wrong runtime directory and play static.
This commit is contained in:
parent
b8d439246a
commit
8526b9af0f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import Imsd;
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// ---- static config (env-overridable, same knobs as imsd.py) ---------------
|
// ---- static config (env-overridable, same knobs as imsd.py) ---------------
|
||||||
constexpr const char* Version = "0.3.2";
|
constexpr const char* Version = "0.3.3";
|
||||||
constexpr const char* BusName = "net.catcrafts.IMS1";
|
constexpr const char* BusName = "net.catcrafts.IMS1";
|
||||||
constexpr const char* ObjPath = "/net/catcrafts/IMS1";
|
constexpr const char* ObjPath = "/net/catcrafts/IMS1";
|
||||||
constexpr const char* Iface = "net.catcrafts.IMS1";
|
constexpr const char* Iface = "net.catcrafts.IMS1";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue