stoppedByPeer method

void stoppedByPeer()

Notifies the RtpTransceiver that it was stopped by the peer.

Implementation

void stoppedByPeer() {
  _isStopped = true;
}