ProxySession constructor

ProxySession({
  1. List<Capability>? capabilities,
  2. DateTime? createdTimestamp,
  3. DateTime? endedTimestamp,
  4. int? expiryMinutes,
  5. GeoMatchLevel? geoMatchLevel,
  6. GeoMatchParams? geoMatchParams,
  7. String? name,
  8. NumberSelectionBehavior? numberSelectionBehavior,
  9. List<Participant>? participants,
  10. String? proxySessionId,
  11. ProxySessionStatus? status,
  12. DateTime? updatedTimestamp,
  13. String? voiceConnectorId,
})

Implementation

ProxySession({
  this.capabilities,
  this.createdTimestamp,
  this.endedTimestamp,
  this.expiryMinutes,
  this.geoMatchLevel,
  this.geoMatchParams,
  this.name,
  this.numberSelectionBehavior,
  this.participants,
  this.proxySessionId,
  this.status,
  this.updatedTimestamp,
  this.voiceConnectorId,
});