jmuehlner commented on code in PR #435:
URL: https://github.com/apache/guacamole-server/pull/435#discussion_r1188020269
##########
src/protocols/rdp/channels/audio-input/audio-buffer.c:
##########
@@ -274,6 +274,34 @@ guac_rdp_audio_buffer*
guac_rdp_audio_buffer_alloc(guac_client* client) {
return buffer;
}
+/**
+ * Parameters describing an "ack" instruction to be sent to the current user of
+ * an inbound audio stream (guac_rdp_audio_buffer).
+ */
+typedef struct guac_rdp_audio_buffer_ack_params {
+
+ /**
+ * The audio buffer associated with the guac_stream for which the "ack"
+ * instruction should be sent, if any. If there is no associated
+ * guac_stream, this function has no effect.
Review Comment:
Which function has no effect?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]