VoipConfig constructor

VoipConfig({
  1. int? id,
  2. int? consultationId,
  3. String? apiKey,
  4. String? callId,
  5. String? token,
})

Implementation

VoipConfig({
  this.id,
  this.consultationId,
  this.apiKey,
  this.callId,
  this.token,
});