Janus

0.0.7

A Swift wrapper for Janus RESTful API.
amarantedaniel/JanusSwift

What's New

0.0.7

2020-08-11T15:35:36Z

Add support to keepalive requests

JanusSwift

A Swift wrapper around 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. It's using RTCMTLVideoView only for now which means it won't work on iOS simulators.

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 17 2024 08:49:49 GMT-0900 (Hawaii-Aleutian Daylight Time)