PiperOrigin-RevId: 926321187
This commit is contained in:
Francis Tsui
2026-06-03 15:56:57 -07:00
committed by Copybara-Service
parent 0e578f71d4
commit f7041e16ec
+2 -1
View File
@@ -213,13 +213,14 @@ message V1Frame {
// An introduction packet sent by the sending side. Contains a list of files
// they'd like to share.
// NEXT_ID=10
// NEXT_ID=11
message IntroductionFrame {
enum SharingUseCase {
UNKNOWN = 0;
NEARBY_SHARE = 1;
REMOTE_COPY = 2;
TAP_TO_SHARE = 9;
FILE_SYNC = 10;
}
repeated FileMetadata file_metadata = 1;