Skip to content

The Swift Package for the Daily Client for all Swift platforms

License

Notifications You must be signed in to change notification settings

michaeljelly/daily-client-swift

 
 

Repository files navigation

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.20.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 for all Swift platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 52.6%
  • Swift 47.4%