VideoCallHangupEvent constructor
VideoCallHangupEvent({
- String? videocall,
- HangupResult? result,
Implementation
VideoCallHangupEvent({
this.videocall,
this.result,
});