hangup method

dynamic hangup (
  1. bool sendRequest
)

Implementation

hangup(bool sendRequest) =>
    this.session.cleanupWebrtc(this.handleId, sendRequest = true);