fix(rn,embed) remove 8x8 apps from isEmbedded check

For all intents and purposes 8x8 apps are integrating the SDK as a 3rd
party.

Yes, we are a 1st party of sorts, but that's ok because 8x8.vc allows
embedding.
This commit is contained in:
Saúl Ibarra Corretgé
2025-06-19 10:16:52 +02:00
committed by Saúl Ibarra Corretgé
parent c6a75fb9ed
commit 6141ff78f8

View File

@@ -12,13 +12,7 @@ const JITSI_MEET_APPS = [
'org.jitsi.meet',
// Android debug app.
'org.jitsi.meet.debug',
// 8x8 Work (Android).
'org.vom8x8.sipua',
// 8x8 Work (iOS).
'com.yourcompany.Virtual-Office'
'org.jitsi.meet.debug'
];
/**