ConferenceData constructor
ConferenceData({
- String? conferenceId,
- ConferenceSolution? conferenceSolution,
- CreateConferenceRequest? createRequest,
- List<
EntryPoint> ? entryPoints, - String? notes,
- ConferenceParameters? parameters,
- String? signature,
Implementation
ConferenceData({
this.conferenceId,
this.conferenceSolution,
this.createRequest,
this.entryPoints,
this.notes,
this.parameters,
this.signature,
});