diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-02 21:54:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-02 21:54:41 +0300 |
commit | 55162f6b82e3ca164fc6987144c6573ba03fb017 (patch) | |
tree | 0ebaab6b9c8237875fe7ce59512d8d4a860e7b21 /plugins/ExternalAPI/m_voice.h | |
parent | 93a0e9a4b94c6032d6cbafb83dab8e364d298f84 (diff) |
VoiceService: fix for logic
Diffstat (limited to 'plugins/ExternalAPI/m_voice.h')
-rw-r--r-- | plugins/ExternalAPI/m_voice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_voice.h b/plugins/ExternalAPI/m_voice.h index b538d6d4a3..bf6ae19881 100644 --- a/plugins/ExternalAPI/m_voice.h +++ b/plugins/ExternalAPI/m_voice.h @@ -46,6 +46,8 @@ return: VOICE_CAPS_* #define VOICE_STATE_ON_HOLD 3 #define VOICE_STATE_ENDED 4 #define VOICE_STATE_BUSY 5 +#define VOICE_STATE_READY 6 +#define VOICE_STATE_SETSTATUS 7 struct VOICE_CALL { @@ -63,6 +65,7 @@ struct VOICE_CALL // where no contact is associated and the caller has a name and a number. int state; // VOICE_STATE_* + const wchar_t *szStatus; }; /* |