Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86069337 authored by Chi Zhang's avatar Chi Zhang Committed by Automerger Merge Worker
Browse files

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

Merge "Add dimension to VOICE_CALL_SESSION atom." into rvc-dev am: a8added0 am: a72eb44c am: 6cbdbdea am: 57fac101

Change-Id: Ic91651217837797d7d4837aee6c65f2f17c5f8d9
parents f22a6512 57fac101
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -9125,6 +9125,9 @@ message VoiceCallSession {


    // Whether the call was performed while roaming.
    // Whether the call was performed while roaming.
    optional bool is_roaming = 24;
    optional bool is_roaming = 24;

    // A random number used as the dimension field to pull multiple atoms.
    optional int32 dimension = 25;
}
}


/**
/**