Skip to content

Bandwidth/webrtc-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC

This is the WebRTC framework using the XCFramework bundle type for iOS and macOS.

Installation

Swift Package Manager

Requires Swift 5.3

Package.swift

Add https://github.com/Bandwidth/webrtc-swift.git as a dependency to your Package.swift file.

dependencies: [
    .package(name: "webrtc", url: "https://github.com/Bandwidth/webrtc-swift.git", .upToNextMajor(from: "1.0.0"))
]

Xcode

Add https://github.com/Bandwidth/webrtc-swift.git using Xcode > File > Swift Packages > Add Package Dependency...

Resources

About

This is the WebRTC framework using the XCFramework bundle type for iOS and macOS.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published