mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Co-authored-by: Calin-Teodor <calin.chitu@8x8.com> Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
8 lines
229 B
TypeScript
8 lines
229 B
TypeScript
|
|
module.exports = {
|
|
androidSourcePath: '../android/sdk/src/main/java/org/jitsi/meet/sdk',
|
|
androidTargetPath: './android/src/main/java/org/jitsi/meet/sdk',
|
|
iosSrcPath: '../ios/sdk/src',
|
|
iosDestPath: './ios/src'
|
|
};
|