Add session success disconnection reason

PiperOrigin-RevId: 751156087
This commit is contained in:
hai007
2025-04-24 15:15:44 -07:00
committed by Copybara-Service
parent 1a48397cda
commit b3442bacd3
@@ -365,6 +365,7 @@ message ConnectionsLog {
DCT_ERROR_USER_CANCELLED = 14;
DCT_ERROR_SERVICE_CANCELLED = 15;
DCT_ERROR_UNVERIFIED_INTEGRITY = 16;
SESSION_SUCCESS = 17;
}
optional bool is_local_disconnection = 1;
optional DisconnectionReason disconnection_reason = 2;