📄️ Server callback specification
This page describes the callbacks required by the application server for each call type.
📄️ Notify callback
The Notify callback is always called when a caller tries to make a call. An application that receives this callback needs to inform the callee that a call is coming in.
📄️ 1-to-1 Call Event callback
When a 1-to-1 call ends, the 1-to-1 Call Event callback is called. Applications can do the following tasks with the 1-to-1 Call Event callback.
📄️ Group Call Event callback
When a participant joins or leaves a group call (conference), the Group Call Event callback is called. Applications can do the following tasks with the Group Call Event callback.