jitsi-meet-sdk-samples icon indicating copy to clipboard operation
jitsi-meet-sdk-samples copied to clipboard

Jitsi Meet mobile SDK examples (Android, iOS and React Native)

Jitsi Meet SDK samples

This repository contains sample applications for Android and iOS which use the Jitsi Meet SDK. They are organized as follows:

Android

  • android/java: Android example, written in Java
  • android/kotlin: Android example, written in Kotlin

iOS

  • ios/objc: iOS examples, written in Objective-C
  • ios/swift: iOS example, written in Swift
  • ios/swift-pip: iOS example, written in Swift and showing how Picture-in-Picture can be implemented
  • ios/swift-screensharing: iOS example, written in Swift and showing how Screen Sharing can be implemented

NOTE: You must be using Xcode >= 12.2 for the iOS examples to run.