The User Entry / Exit API URL Call is a room setting that can be used to gather detailed information about participants for your own reporting purposes.



This will send a number of GET parameters to an outside web site by appending to the URL, according to the situation.

Data is sent two times.
  1. When a user enters the room
  2. When a user exits the room
When user enters the room, the following GET parameters are appended to the URL provided:
  • status = 1
  • role
  • userID
  • name
  • email
  • phone
  • meetingNo
  • loc
  • IP
  • companyUserName
  • customData
  • personalMeetingID
When user exits the room, The following GET parameters are appended to the URL provided:
  • status = 0
  • userID
  • meetingNo
  • personalMeetingID

In this field, put a valid URL to the page that you wish to receive these GET parameters.



The The User Entry / Exit API URL Call may be used in conjunction with other Webinato APIs.