Remove untrue sentence from readme
A Swift wrapper around Janus RESTful API.
If your project uses CocoaPods, just add the following to your Podfile:
Podfile
pod "JanusSwift", '~> 0.0.6'
If your project uses SwiftPM, just add the following as adding a dependencies clause to your Package.swift:
dependencies
Package.swift
dependencies: [ .package(url: "https://github.com/amarantedaniel/JanusSwift.git", from: "0.0.6") ]
Currently the only supported plugin is streaming and not all of the routes are there yet.
There is an example on how to integrate Janus streaming plugin with WebRTC using SwiftUI.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
JanusSwift
A Swift wrapper around Janus RESTful API.
Installation
CocoaPods
If your project uses CocoaPods, just add the following to your
Podfile
:SwiftPM
If your project uses SwiftPM, just add the following as adding a
dependencies
clause to yourPackage.swift
:Available Plugins
Currently the only supported plugin is streaming and not all of the routes are there yet.
Example App
There is an example on how to integrate Janus streaming plugin with WebRTC using SwiftUI.