Merge "Add dimension to VOICE_CALL_SESSION atom." into rvc-dev

This commit is contained in:
Chi Zhang
2020-05-05 18:56:57 +00:00
committed by Android (Google) Code Review

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;
}
/**