From 11dda5d0a99669b26a4063585018358977d67d3b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 25 Jun 2015 23:19:17 +0200 Subject: [PATCH] Remove ping API permission --- lib/Vroom/Constants.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Vroom/Constants.pm b/lib/Vroom/Constants.pm index bac2a76..add8235 100644 --- a/lib/Vroom/Constants.pm +++ b/lib/Vroom/Constants.pm @@ -113,7 +113,6 @@ use constant API_ACTIONS => { update_room_conf => 1 }, participant => { - ping => 1, get_room_info => 1, get_room_conf => 1, get_peer_role => 1,