Merge "Add dimension to VOICE_CALL_SESSION atom." into rvc-dev am: a8added053 am: a72eb44c7e

Change-Id: Ifdabb133455ec290896a56503d32cc10f3a247f1
This commit is contained in:
Chi Zhang
2020-05-05 19:15:02 +00:00
committed by Automerger Merge Worker

View File

@@ -9111,6 +9111,9 @@ message VoiceCallSession {
// Whether the call was performed while roaming.
optional bool is_roaming = 24;
// A random number used as the dimension field to pull multiple atoms.
optional int32 dimension = 25;
}
/**