Developping our applications

Android

Sources are available in GitHub repositories and you should use the following command to get the complete set:
git clone --recursive https://github.com/Twinlife/twinme-android.git
The compilation requires to have the development tools for Android (gradle, SDKs, ...).

iOS

Sources are available in GitHub repositories and you should use the following command to get the complete set:
git clone --recursive https://github.com/Twinlife/twinme-ios.git
The compilation requires to have Xcode 26.

WebRTC

Sources are available in GitHub repositories and you should use the following command to get them:
git clone --recursive https://github.com/Twinlife/webrtc.git
The compilation requires to also fetch Google WebRTC sources at https://webrtc.googlesource.com/src .