Webhooks
Last updated
Last updated
Webhooks are a way to integrate your existing backend with different room events. When the event happens, then an HTTP POST request will be made to the URL which you preconfigured. That way you can execute custom logic on your backend side.
Read about the which you will receive at the preconfigured URL.
participant_joined
participant_left
session_started
session_ended
recording_started
recording_stopped
recording_ready
file_added_to_library
file_renamed
file_deleted_from_library
file_processing_failed
folder_added_to_library
folder_renamed
folder_deleted_from_library
phone_participant_muted
phone_participant_unmuted
In the future support for more events will be added.