Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1010 Bytes

File metadata and controls

29 lines (18 loc) · 1010 Bytes

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

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
  • ios/swiftui: iOS example using SwiftUI

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

React Native

  • react-native: React Native example that also uses React Navigation.

Flutter