LiveSmart Video Chat Documentation
addAgent | Adds an agent. |
addConfig | Add a configuration file |
addFeedback | Adds a feedback. |
addLocale | Adds a locale file. |
addRoom | Add a room and generate URLs from PHP directly. |
addUser | Adds an user. |
blockUser | Blocks an user by username. |
checkLogin | Method to check login of an user. Returns 200 code for successful login. |
checkLoginToken | Method to check the token in a broadcasting session. |
deleteAgent | Deletes an agent |
deleteRecording | Method to delete a recording from the database and delete the file. |
deleteRoom | Deletes a room by room_id and agent_id |
deleteUser | Deletes an user by user_id |
editAdmin | Updates an admin agent. |
editAgent | Updates an agent |
editRoom | Method to edit a room. |
editUser | Updates an user by user_id |
endMeeting | Method to end the meeting and set it inactive. |
getAdmin | Returns agent info by agent_id. |
getAgent | Returns all information about agent by tenant |
getAgents | Returns all agents |
getChat | Return chat messages by roomId and participants. |
getChats | Returns all the chats for agent_id |
getRecordings | Returns all recordings. |
getRoom | Returns room information by room identifier |
getRoomById | Returns room information by room_id |
getRooms | Returns all rooms by agent_id |
getUser | Returns user info by user_id |
getUsers | Returns all users. |
insertChat | Adds a chat message. |
insertRecording | Method to add a recording after video session ends. |
insertScheduling | Method to add a room. |
loginAdmin | Login method for admin agent |
loginAgent | Login method for an agent. |
updateConfig | Updates a configuration file properties. |
updateLocale | Updates a locale file. |
updateRoomState | Update room state |