fix(token): add jitsi_meet_context_room into the param list

pull/14035/head jitsi-meet_9076
emrah 1 year ago committed by Дамян Минков
parent 77abbee308
commit 148fc103e3
  1. 1
      resources/prosody-plugins/token/util.lib.lua

@ -198,6 +198,7 @@ end
-- session.jitsi_meet_room - the room name value from the token -- session.jitsi_meet_room - the room name value from the token
-- session.jitsi_meet_domain - the domain name value from the token -- session.jitsi_meet_domain - the domain name value from the token
-- session.jitsi_meet_context_user - the user details from the token -- session.jitsi_meet_context_user - the user details from the token
-- session.jitsi_meet_context_room - the room details from the token
-- session.jitsi_meet_context_group - the group value from the token -- session.jitsi_meet_context_group - the group value from the token
-- session.jitsi_meet_context_features - the features value from the token -- session.jitsi_meet_context_features - the features value from the token
-- @param session the current session -- @param session the current session

Loading…
Cancel
Save