mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Add session success disconnection reason
PiperOrigin-RevId: 751156087
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user