hangup method

Future<void> hangup()

Implementation

Future<void> hangup() async {
  _cancelPollingTimer();
  await _disposeMediaStreams();
}