dynamically updated session name

This commit is contained in:
Hane 2024-04-19 13:40:50 +02:00
commit 0880305b23
11 changed files with 51 additions and 36 deletions

View file

@ -39,6 +39,7 @@ public:
void setVolume(int channel, float volume);
std::wstring getName();
void setName(std::wstring newName);
std::wstring getId();
void setFrontVisibilityInfo(EndpointState state, uint64_t frontIdx);