Contents

amarantedaniel/JanusSwift

A Swift wrapper for Janus RESTful API.

Installation

CocoaPods

If your project uses CocoaPods, just add the following to your Podfile:

pod "JanusSwift", '~> 0.0.6'

SwiftPM

If your project uses SwiftPM, just add the following as adding a dependencies clause to your Package.swift:

dependencies: [
  .package(url: "https://github.com/amarantedaniel/JanusSwift.git", from: "0.0.6")
]

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.

Package Metadata

Repository: amarantedaniel/JanusSwift

Stars: 20

Forks: 2

Open issues: 3

Default branch: master

Primary language: swift

License: MIT

README: README.md