Re: [webrtc-pc] Maybe setParameters/insertDtmf/replaceTrack should throw on [[Stopping]] as well as [[Stopped]]? (#2820)

A precedent is [here](https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-direction):
```js
transceiver.stop();
transceiver.direction = "sendrecv"`; // throws InvalidStateError
```

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2820#issuecomment-1432006474 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 15 February 2023 20:43:47 UTC