CallUpdatedEvent constructor

const CallUpdatedEvent(
  1. bool hasLocalVideo,
  2. bool hasRemoteVideo
)

Implementation

const CallUpdatedEvent(this.hasLocalVideo, this.hasRemoteVideo);