Overview
JaaS features Mobile SDKs that enable integration of Jitsi into your mobile app.
To use the mobile SDKs you need to set the following fields in JitsiMeetConferenceOptions:
- Set the
serverURLto“https://8x8.vc” - Set
tokento your generated and signed JWT - Set
roomNameto“\<AppID\>/\<room\>”with the following details:- The rooms must be defined in the namespace of your AppID
- The AppID can be retrieved from the API Key page
- The room should be a single-level (no slash) string composed of legitimate, safe URL characters.
You can find sample code for both Android and iOS at https://github.com/jitsi/jitsi-meet-sdk-samples which includes: