RemoteParticipantLeft constructor

const RemoteParticipantLeft(
  1. String identity, {
  2. bool timedOut = false,
})

Implementation

const RemoteParticipantLeft(this.identity, {this.timedOut = false});