ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.27k stars 627 forks source link

Apply webhooks for WebRTC (peer 2 peer) calls #2082

Open sp4r74cus opened 4 years ago

sp4r74cus commented 4 years ago

Is your feature request related to a problem? Please describe. Tracking specific events on P2P streams is a bit difficult. for example, theres no indication in the dashboard for webrtc p2p connections. for me its especially critical to track the 'leave' event, mostly when the leave is not done by the user, but by "accidents" like page refresh, tab close or power down. When billing users by call time, its very important to stop the billing once one of the participants is not in the room.

Describe the solution you'd like Live Streams has a nice webhooks feature that send a postback when stream started/ended. i'd like to have the same feature for P2P calls

mekya commented 4 years ago

Thank you for the request. Moved to backlog. It's not yet scheduled for some release.