stop method
void
stop()
The stop()
method in the RTCRtpTransceiver interface permanently
stops the transceiver by stopping both the associated RTCRtpSender and
RTCRtpReceiver.
Implementation
external void stop();
The stop()
method in the RTCRtpTransceiver interface permanently
stops the transceiver by stopping both the associated RTCRtpSender and
RTCRtpReceiver.
external void stop();