MeetingNotificationConfiguration constructor

MeetingNotificationConfiguration({
  1. String? snsTopicArn,
  2. String? sqsQueueArn,
})

Implementation

MeetingNotificationConfiguration({
  this.snsTopicArn,
  this.sqsQueueArn,
});