ConferenceProvider constructor
ConferenceProvider({
- String? arn,
- IPDialIn? iPDialIn,
- MeetingSetting? meetingSetting,
- String? name,
- PSTNDialIn? pSTNDialIn,
- ConferenceProviderType? type,
Implementation
ConferenceProvider({
this.arn,
this.iPDialIn,
this.meetingSetting,
this.name,
this.pSTNDialIn,
this.type,
});