CallEstablishedEvent constructor

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

Implementation

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