checkAndroidPermissions
Return true if the user granted all the permissions so the Call can run.
e.g. if the user granted the android.Manifest.permission.RECORD_AUDIO and the Call.state.ownCapability has "SendAudio" then we are safe to join and use the call since the permission for recording audio is granted and the user can stream the audio track.