ProxySession constructor
ProxySession({
- List<
Capability> ? capabilities, - DateTime? createdTimestamp,
- DateTime? endedTimestamp,
- int? expiryMinutes,
- GeoMatchLevel? geoMatchLevel,
- GeoMatchParams? geoMatchParams,
- String? name,
- NumberSelectionBehavior? numberSelectionBehavior,
- List<
Participant> ? participants, - String? proxySessionId,
- ProxySessionStatus? status,
- DateTime? updatedTimestamp,
- 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,
});