hangup method

void hangup(
  1. SignalingInfo info
)

被挂断

Implementation

void hangup(SignalingInfo info) {
  onHangup?.call(info);
}