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

Commit

Permalink
Changing webrtc and rtp dependencies (#267)
Browse files Browse the repository at this point in the history
* Changing webrtc and rtp dependencies

* Update README and mix.esx version
  • Loading branch information
pkrucz00 authored May 11, 2023
1 parent ae6c221 commit ff2bd9b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Customizable Real-time Communication Engine/SFU library focused on WebRTC.

## Client SDKs

* [JS/TS](https://github.com/jellyfish-dev/membrane-webrtc-js)
* [Android](https://github.com/jellyfish-dev/membrane-webrtc-android)
* [iOS](https://github.com/jellyfish-dev/membrane-webrtc-ios)
* [React Native](https://github.com/jellyfish-dev/react-native-membrane-webrtc)
- [JS/TS](https://github.com/jellyfish-dev/membrane-webrtc-js)
- [Android](https://github.com/jellyfish-dev/membrane-webrtc-android)
- [iOS](https://github.com/jellyfish-dev/membrane-webrtc-ios)
- [React Native](https://github.com/jellyfish-dev/react-native-membrane-webrtc)

## Installation

Expand All @@ -21,7 +21,7 @@ The package can be installed by adding `membrane_rtc_engine` to your list of dep
```elixir
def deps do
[
{:membrane_rtc_engine, "~> 0.11.0"}
{:membrane_rtc_engine, "~> 0.12.0"}
]
end
```
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.RTC.Engine.MixProject do
use Mix.Project

@version "0.11.0"
@version "0.12.0"
@github_url "https://github.com/jellyfish-dev/membrane_rtc_engine"

def project do
Expand Down Expand Up @@ -62,8 +62,8 @@ defmodule Membrane.RTC.Engine.MixProject do
defp deps do
[
{:membrane_core, "~> 0.11.2"},
{:membrane_webrtc_plugin, "~> 0.14.3"},
{:membrane_rtp_plugin, "~> 0.21.0"},
{:membrane_webrtc_plugin, "~> 0.14.4"},
{:membrane_rtp_plugin, "~> 0.22.0"},
{:membrane_rtp_format, "~> 0.6.0"},
{:membrane_tee_plugin, "~> 0.10.0"},
{:membrane_opentelemetry, "~> 0.1.0"},
Expand Down
Loading

0 comments on commit ff2bd9b

Please sign in to comment.