VideoCallHangupEvent constructor

VideoCallHangupEvent({
  1. String? videocall,
  2. HangupResult? result,
})

Implementation

VideoCallHangupEvent({
  this.videocall,
  this.result,
});