From a62fae14a621ae5e02eaf674e987373baaf0a298 Mon Sep 17 00:00:00 2001 From: Will Harmon Date: Mon, 15 Jun 2026 13:02:30 -0700 Subject: [PATCH] Add a transfer UUID PiperOrigin-RevId: 932622013 --- sharing/proto/wire_format.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/sharing/proto/wire_format.proto b/sharing/proto/wire_format.proto index 01f5a4d1..a3187cd5 100644 --- a/sharing/proto/wire_format.proto +++ b/sharing/proto/wire_format.proto @@ -233,6 +233,7 @@ message IntroductionFrame { repeated StreamMetadata stream_metadata = 7; optional SharingUseCase use_case = 8; repeated int64 preview_payload_ids = 9; + optional string transfer_id = 10; } // A progress update packet sent by the sending side. Contains transfer progress