| 68 | } |
| 69 | |
| 70 | void StreamThreadRtp::doPauseStreaming(const int clientID) { |
| 71 | // RTCP |
| 72 | _rtcp.pauseStreaming(clientID); |
| 73 | } |
| 74 | |
| 75 | void StreamThreadRtp::doRestartStreaming(const int clientID) { |
| 76 | // RTCP |
nothing calls this directly
no test coverage detected