mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 13:16:45 +02:00
Make sure conference audio calls are properly flagged
This fixes a bug causing the conference audio noise animations and indicators from properly displaying
This commit is contained in:
@ -103,8 +103,8 @@ uint32_t get_name_list_entries_by_prefix(uint32_t conferencenum, const char *pre
|
||||
uint32_t maxpeers);
|
||||
|
||||
bool init_conference_audio_input(Tox *tox, uint32_t conferencenum);
|
||||
bool enable_conference_audio(Tox *tox, uint32_t conferencenum);
|
||||
bool disable_conference_audio(Tox *tox, uint32_t conferencenum);
|
||||
bool enable_conference_audio(ToxWindow *self, Tox *tox, uint32_t conferencenum);
|
||||
bool disable_conference_audio(ToxWindow *self, Tox *tox, uint32_t conferencenum);
|
||||
bool toggle_conference_push_to_talk(uint32_t conferencenum, bool enabled);
|
||||
void audio_conference_callback(void *tox, uint32_t conferencenum, uint32_t peernum,
|
||||
const int16_t *pcm, unsigned int samples, uint8_t channels, uint32_t
|
||||
|
Reference in New Issue
Block a user