ionorg / ion-sfu

Pure Go WebRTC SFU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datachannel middleware notification of Peer dropping.

tmiv opened this issue · comments

Summary

When a peer drops the middleware is not notified. This information could be useful to some middlewares.

Motivation

A middleware should be free to do complex things depending on the peers that are actively connected. When a peer drops the middleware should get notified so that it may adjust its internal state.