You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "mike-jumper (via GitHub)" <gi...@apache.org> on 2023/05/09 07:34:44 UTC

[GitHub] [guacamole-server] mike-jumper commented on a diff in pull request #435: GUACAMOLE-1784: Migrate usage of guac_rdp_audio_buffer_ack() to guac_client_for_user().

mike-jumper commented on code in PR #435:
URL: https://github.com/apache/guacamole-server/pull/435#discussion_r1188248481


##########
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:
   Ah, I'll fix that.



-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org