Message Client <-> Service to transmit the audio. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/conversation/conversation.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_CONVERSATION_CS_AUDIO. More... | |
uint32_t | cid |
CID, internal caller ID to identify which active call we are sending data to. More... | |
Message Client <-> Service to transmit the audio.
Definition at line 194 of file conversation.h.
struct GNUNET_MessageHeader ClientAudioMessage::header |
Type is GNUNET_MESSAGE_TYPE_CONVERSATION_CS_AUDIO.
Definition at line 199 of file conversation.h.
Referenced by handle_call_audio(), and handle_phone_audio().
uint32_t ClientAudioMessage::cid |
CID, internal caller ID to identify which active call we are sending data to.
Definition at line 205 of file conversation.h.
Referenced by handle_cadet_audio_message(), handle_phone_audio(), and transmit_phone_audio().