项目作者: jitsi

项目描述 :
Jitsi Meet iOS SDK binaries
高级语言: Objective-C
项目地址: git://github.com/jitsi/jitsi-meet-ios-sdk-releases.git
创建时间: 2018-12-27T11:57:30Z
项目社区:https://github.com/jitsi/jitsi-meet-ios-sdk-releases

开源协议:Other

下载


Jitsi Meet iOS SDK releases

This repository contains the binaries for the Jitsi Meet iOS SDK. Each
release is tagged in this repository and is composed of following framework:

  • JitsiMeetSDK.xcframework

Using the SDK

The recommended way for using the SDK is by using CocoaPods. In order to
do so, add the JitsiMeetSDK dependency to your existing Podfile or create
a new one following this example:

  1. platform :ios, '15.1'
  2. workspace 'JitsiMeetSDKTest.xcworkspace'
  3. target 'JitsiMeetSDKTest' do
  4. project 'JitsiMeetSDKTest.xcodeproj'
  5. pod 'JitsiMeetSDK'
  6. end

Replace JitsiMeetSDKTest with your project and target names.

Bitcode is not supported, so turn it off for your project.

The SDK uses Swift code, so make sure you select Always Embed Swift Standard Libraries
in your project.

Since the SDK requests camera and microphone access, make sure to include the
required entries for NSCameraUsageDescription and NSMicrophoneUsageDescription
in your Info.plist file.

In order for app to properly work in the background, select the “audio” and “voip”
background modes.

Last, since the SDK shows and hides the status bar based on the conference state,
you may want to set UIViewControllerBasedStatusBarAppearance to NO in your
Info.plist file.

API

The API is documented here.

Issues

Please report all issues related to this SDK to the Jitsi Meet repository.

Release notes

Latest release notes:
https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md#ios