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
serverURL
to“https://8x8.vc”
- Set
token
to your generated and signed JWT - Set
roomName
to“<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:
Updated about 1 year ago