notifySourceChanged method

void notifySourceChanged(
  1. RtpHeaderInfo header
)

Notify that the source has changed (e.g., SSRC change)

Implementation

void notifySourceChanged(RtpHeaderInfo header) {
  _sourceChangedController.add(header);
}