hackgoofer / daily-client-apple

The Swift Package for the Daily Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Client SDK

Getting started

If you are developing a video application and targeting iOS apps, we think Daily's iOS client sdk is a great choice! Below you'll find all you need to know to get started.

Adding the dependency

To depend on the Daily Client package, you can add this package via Xcode's package manager using the URL of this git repository directly, or you can declare your dependency in your Package.swift:

.package(url: "https://github.com/daily-co/daily-client-ios.git", from: "0.17.0"),

and add "Daily" to your application/library target, dependencies, e.g. like this:

.target(name: "YourApp", dependencies: [
    .product(name: "Daily", package: "daily-ios-client")
    .product(name: "DailySystemBroadcast", package: "daily-ios-client")
],

Note: If you wish to send screen share from iOS, you will also need to add DailySystemBroadcast, as mentioned above.

Learn more

Find the full official documentation here.

About

The Swift Package for the Daily Client

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 51.0%Language:Ruby 49.0%