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

Commit 6cbdbdea 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 am: a72eb44c

Change-Id: Ifdabb133455ec290896a56503d32cc10f3a247f1
parents a4733c88 a72eb44c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -9111,6 +9111,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;
}
}


/**
/**