notifySourceChanged method
Notify that the source has changed (e.g., SSRC change)
Implementation
void notifySourceChanged(RtpHeaderInfo header) {
_sourceChangedController.add(header);
}
Notify that the source has changed (e.g., SSRC change)
void notifySourceChanged(RtpHeaderInfo header) {
_sourceChangedController.add(header);
}