MCPcopy Create free account
hub / github.com/dgreif/ring / stop

Method stop

packages/ring-client-api/streaming/streaming-session.ts:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 stop() {
242 this.callEnded()
243 }
244
245 sendAudioPacket(rtp: RtpPacket) {
246 if (this.hasEnded) {

Callers 3

startTranscodingMethod · 0.45
transcodeReturnAudioMethod · 0.45
callEndedMethod · 0.45

Calls 1

callEndedMethod · 0.95

Tested by

no test coverage detected