Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

fishjam-dev/ios-client-sdk

Repository files navigation

Fishjam iOS Client

Fishjam Client library for iOS apps written in Swift.

Components

The repository consists of 3 separate components:

  • FishjamClient - Fishjam client fully compatible with Fishjam, responsible for exchanging media events and receiving media streams which then are presented to the user
  • FishjamClientDemo - Demo application utilizing Fishjam client
  • MembraneRTC - iOS WebRTC client

Example App

Really simple App allowing to test Fishjam client functionalities. It consist of 2 screens:

  • Joining screen where user passes peer token followed by join button click
  • Room's screen consisting of set of control buttons and an area where participants' videos get displayed

Documentation

API documentation is available here.

Installation

Add FishjamClient dependency to your project.

Developing

  1. Run ./scripts/init.sh in the main directory to install swift-format and release-it and set up git hooks
  2. Edit Debug.xcconfig to set backend url in development.
  3. Run release-it to release. Follow the prompts, it should update version in podspec, make a commit and tag and push the new version.

Contributing

We welcome contributions to iOS Client SDK. Please report any bugs or issues you find or feel free to make a pull request with your own bug fixes and/or features.

Fishjam Ecosystem

Client SDKs React, React Native, iOS, Android
Server SDKs Elixir, Python, OpenAPI
Services Videoroom - an example videoconferencing app written in elixir
Dashboard - an internal tool used to showcase Fishjam's capabilities
Resources Fishjam Book - theory of the framework, Docs, Tutorials
Membrane Fishjam is based on Membrane, Discord
Compositor Compositor - Membrane plugin to transform video
Protobufs If you want to use Fishjam on your own, you can use our protobufs

Copyright and License

Copyright 2023, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0