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

@ -12,7 +12,7 @@ struct SessionVolumeInfo {
bool muted;
float mainVolume;
NGuid caller;
bool isNameChanged = false;
//size_t channels;
//std::vector<float> channelVolumes;
};
@ -29,6 +29,7 @@ class SessionHandler {
void setState(SessionState state);
uint64_t getFrontIndex();
std::wstring getName();
void setName(std::wstring newName);
void reviseSessionShowing(SessionState state);
SessionVolumeInfo* getVolumeInfo();