From 0367d33737aec7e6db1857e61a15afff1d37e07e Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sat, 15 Dec 2018 19:28:40 +0100 Subject: [PATCH] Update mumble-client to get WebRTC working on Chrome --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7afb4cd..749960f 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "voice-activity-detection": "johni0702/voice-activity-detection#9f8bd90", "webpack": "^1.13.3", "mumble-client-websocket": "^1.0.0", - "mumble-client": "github:johni0702/mumble-client#8124ee7" + "mumble-client": "github:johni0702/mumble-client#b81a3bd" } }