Comment GIPSVE_SetRTPAudioLevelIndicationStatus as it's not supported by GIPS VoE 3.0

Change-Id: I10cc2f337023208a9bb50ec2632edb556e7d4bc3
diff --git a/talk/session/phone/gipsmediaengine.cc b/talk/session/phone/gipsmediaengine.cc
index 3cba73e..99eb9e1 100644
--- a/talk/session/phone/gipsmediaengine.cc
+++ b/talk/session/phone/gipsmediaengine.cc
@@ -1232,8 +1232,11 @@
     }
   }
 
+// This api call is not available in Bruno since GIPS VoE 3.0 upgrade
+// (Change-Id: I26616ca99ccce8f63622c7b1b588886987067384)
+//
 // This api call is not available in iOS version of gips currently.
-#if !defined(IOS) && !defined(ANDROID)
+#if !defined(IOS) && !defined(ANDROID) && !defined(BRUNO)
   if (engine()->gips()->rtp()->GIPSVE_SetRTPAudioLevelIndicationStatus(
       gips_channel(), enable, id) == -1) {
     LOG_GIPSERR3(SetRTPAudioLevelIndicationStatus, gips_channel(), enable, id);