Issue with releasing app targeting Android 14 due to Foreground Service permissions in Zoom Video SDK

hi @elaine.ku , one more thing
Here, you state that FOREGROUND_SERVICE_MEDIA_PLAYBACK can be removed if not using the feature.
However when removing the permission we get the following crash:

com.zipow.videobox.share.ScreenShareServiceForSDK: 
java.lang.SecurityException: Starting FGS with type mediaPlayback
callerApp=ProcessRecord{53ea130 3844:com.xxx.android.staging.debug/u0a490} targetSDK=34
requires permissions: all of the permissions allOf=true
[android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK] 

at android.app.ActivityThread.handleCreateService(ActivityThread.java:4925)
at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2407)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8592)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.lang.SecurityException: Starting FGS with type mediaPlayback callerApp=ProcessRecord{53ea130 3844:com.xxx.android.staging.debug/u0a490} targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK] 

We are not explicitly enabling this feature anywhere. We are on v6.1.1