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

Commit 31cec3d

Browse files
committed
Update deps
1 parent a4f90f1 commit 31cec3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/js/membraneWebRTC.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class MembraneWebRTC {
296296

297297
case "peerLeft":
298298
peer = this.idToPeer.get(deserializedMediaEvent.data.peerId)!;
299-
if (peer === undefined || peer.id === this.getPeerId()) return;
299+
if (peer === undefined) return;
300300
Array.from(peer.trackIdToMetadata.keys()).forEach((trackId) =>
301301
this.callbacks.onTrackRemoved?.(this.trackIdToTrack.get(trackId)!)
302302
);

mix.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ex_libnice": {:hex, :ex_libnice, "0.7.0", "945a28f83672d73b212bc4d8a011a791e83ac213dac49b2357efb2684f5d74b6", [:mix], [{:bunch, "~> 1.3.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:mdns, "~> 1.0.12", [hex: :mdns, repo: "hexpm", optional: false]}, {:unifex, "~> 0.7.0", [hex: :unifex, repo: "hexpm", optional: false]}], "hexpm", "4b9567b108e618c4851ae09a233d81caff5dfcc0d27f3008b05f54a30b3fdf97"},
1919
"ex_libsrtp": {:hex, :ex_libsrtp, "0.3.0", "964cf207fc44357b9ef103ade78e99004de70df8ee44bf1c8f6a18051d0d3667", [:mix], [{:bunch, "~> 1.3", [hex: :bunch, repo: "hexpm", optional: false]}, {:unifex, "~> 0.7.0", [hex: :unifex, repo: "hexpm", optional: false]}], "hexpm", "62c2c40f6481ee670c864d26aa6496ad851c9b694bbd5367111bc93f3be2e44a"},
2020
"ex_sdp": {:git, "https://github.com/membraneframework/ex_sdp.git", "64a52905b501eb384e46ea0a4ebf1d57194a64ae", []},
21-
"fake_turn": {:git, "https://github.com/membraneframework/fake_turn.git", "ef1134ece179c0328bc4f450a207a4a07c5573ff", []},
21+
"fake_turn": {:git, "https://github.com/membraneframework/fake_turn.git", "9b344bbceb66b1108e8a7bb8ec71ddd498f82949", []},
2222
"fast_tls": {:hex, :fast_tls, "1.1.13", "828cdc75e1e8fce8158846d2b971d8b4fe2b2ddcc75b759e88d751079bf78afd", [:rebar3], [{:p1_utils, "1.0.23", [hex: :p1_utils, repo: "hexpm", optional: false]}], "hexpm", "d1f422af40c7777fe534496f508ee86515cb929ad10f7d1d56aa94ce899b44a0"},
2323
"file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
2424
"heap": {:hex, :heap, "2.0.2", "d98cb178286cfeb5edbcf17785e2d20af73ca57b5a2cf4af584118afbcf917eb", [:mix], [], "hexpm", "ba9ea2fe99eb4bcbd9a8a28eaf71cbcac449ca1d8e71731596aace9028c9d429"},
@@ -40,7 +40,7 @@
4040
"membrane_h264_ffmpeg_plugin": {:hex, :membrane_h264_ffmpeg_plugin, "0.16.3", "ccdef6c6c1f58d2c2ff8e9135deb5e5b9ba7ae8b85479a14283f1db896dbf3f3", [:mix], [{:bunch, "~> 1.3.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_caps_video_raw, "~> 0.1.0", [hex: :membrane_caps_video_raw, repo: "hexpm", optional: false]}, {:membrane_common_c, "~> 0.10.0", [hex: :membrane_common_c, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.3.0", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:ratio, "~> 2.4.0", [hex: :ratio, repo: "hexpm", optional: false]}, {:unifex, "~> 0.7.2", [hex: :unifex, repo: "hexpm", optional: false]}], "hexpm", "fa3674e515bcde226c7b0661f8598ce746ae6f411c14f4e353fccaca45ae8686"},
4141
"membrane_h264_format": {:hex, :membrane_h264_format, "0.3.0", "84426aac86c3f4d3e8110438c3514ad94aa528e7002650d40e3b3862e2af5e3e", [:mix], [], "hexpm", "8254e52cea3c5d7c078c960a32f1ba338eeae9e301515302fd293f1683fa8dd9"},
4242
"membrane_http_adaptive_stream_plugin": {:hex, :membrane_http_adaptive_stream_plugin, "0.5.0", "9c9b633d0aa12226676e5307735fd9fc56d9e4909054f2bf6d4d4ecf6a62595e", [:mix], [{:credo, "~> 1.6.1", [hex: :credo, repo: "hexpm", optional: false]}, {:membrane_cmaf_format, "~> 0.5.0", [hex: :membrane_cmaf_format, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_mp4_plugin, "~> 0.11.0", [hex: :membrane_mp4_plugin, repo: "hexpm", optional: false]}, {:membrane_tee_plugin, "~> 0.7.0", [hex: :membrane_tee_plugin, repo: "hexpm", optional: false]}], "hexpm", "e00cbbfb9bb2cb2a9d0abf80cc1aa8a245577278d793b4b980951479713a7684"},
43-
"membrane_ice_plugin": {:git, "https://github.com/membraneframework/membrane_turn_plugin.git", "17adcabf1d3fa2f20bdb1d4e17bafb95eaafe3c0", []},
43+
"membrane_ice_plugin": {:git, "https://github.com/membraneframework/membrane_turn_plugin.git", "b5165f1da315119e629b50bf716b70bead853568", []},
4444
"membrane_libnice_plugin": {:git, "https://github.com/membraneframework/membrane_ice_plugin.git", "26378cabfbcf7998c720058c413e8f933324ea7e", []},
4545
"membrane_mp4_format": {:hex, :membrane_mp4_format, "0.4.0", "b0751c721e7d32387ab0922599c626818e1a4fb96af7ad5c60f053fb03aae5b8", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "91230d7ddb449fb116267db87f0c1cec6d02e82cb3063f1c1cec0ee37bfd208a"},
4646
"membrane_mp4_plugin": {:hex, :membrane_mp4_plugin, "0.11.0", "447128b9d756102674c1c9c3ff52295ca2c1dbb10b27acf6ac9b85b63b0122fc", [:mix], [{:membrane_aac_format, "~> 0.6.0", [hex: :membrane_aac_format, repo: "hexpm", optional: false]}, {:membrane_cmaf_format, "~> 0.5.0", [hex: :membrane_cmaf_format, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.3", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:membrane_mp4_format, "~> 0.4.0", [hex: :membrane_mp4_format, repo: "hexpm", optional: false]}], "hexpm", "beff5c551fcecbc272a87d01f3885776961b9d63331de237f7e08fcb3485a278"},
@@ -53,7 +53,7 @@
5353
"membrane_rtp_vp8_plugin": {:hex, :membrane_rtp_vp8_plugin, "0.2.0", "6babe58152930bab321076b435068985957c7b0b309d0743c037245e2442558a", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.3.1", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_vp8_format, "~> 0.3.0", [hex: :membrane_vp8_format, repo: "hexpm", optional: false]}], "hexpm", "a5e1c8c11827c32af0c7ae3f9bd0a5878b8b0ae0940bc5978a2cfa9deb030c30"},
5454
"membrane_tee_plugin": {:hex, :membrane_tee_plugin, "0.8.0", "8ec6249e4f0729d8620826e72718f9e705598ba438d5a98928746b5a073f106f", [:mix], [{:bunch, "~> 1.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.9.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "816439dbff71c43f9ac163c7f02d08c98564be1b8e0cc3b4d75bede182673160"},
5555
"membrane_vp8_format": {:hex, :membrane_vp8_format, "0.3.0", "97b7a62bfd62462d331f246118aa3230a1c7c10942c067c8552d691b5e03dff5", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "9b8d688314e6551680e87ae36ef9df9408e4213cde6d55f180be7a55be98db40"},
56-
"membrane_webrtc_plugin": {:git, "https://github.com/membraneframework/membrane_webrtc_plugin.git", "c58a2047e8e55e45302ee3a29004cedd3a7e533c", []},
56+
"membrane_webrtc_plugin": {:git, "https://github.com/membraneframework/membrane_webrtc_plugin.git", "ebb3e5d692fcd2699d98a6464b87b29cf3876610", []},
5757
"nimble_parsec": {:hex, :nimble_parsec, "1.2.2", "b99ca56bbce410e9d5ee4f9155a212e942e224e259c7ebbf8f2c86ac21d4fa3c", [:mix], [], "hexpm", "98d51bd64d5f6a2a9c6bb7586ee8129e27dfaab1140b5a4753f24dac0ba27d2f"},
5858
"numbers": {:hex, :numbers, "5.2.4", "f123d5bb7f6acc366f8f445e10a32bd403c8469bdbce8ce049e1f0972b607080", [:mix], [{:coerce, "~> 1.0", [hex: :coerce, repo: "hexpm", optional: false]}, {:decimal, "~> 1.9 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "eeccf5c61d5f4922198395bf87a465b6f980b8b862dd22d28198c5e6fab38582"},
5959
"open_telemetry_decorator": {:hex, :open_telemetry_decorator, "0.5.4", "69d325d9f7fbb4fef032ce62830f42165fd60fb41a27e465f7cb9788403f0e46", [:mix], [{:decorator, "~> 1.4.0", [hex: :decorator, repo: "hexpm", optional: false]}, {:opentelemetry_api, "~> 0.6.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "a6a96ea27c5033838b006fa94c9befb58b003bd0b9c47f5d764dfb81b7fd0dd2"},

0 commit comments

Comments
 (0)