Daily

main

The Swift Package for the Daily Client on iOS
daily-co/daily-client-ios

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.19.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.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun May 05 2024 20:06:18 GMT-0900 (Hawaii-Aleutian Daylight Time)