ZoomVideoSdkLiveTranscriptionMessageInfo constructor

ZoomVideoSdkLiveTranscriptionMessageInfo(
  1. String messageID,
  2. String messageContent,
  3. String messageType,
  4. String speakerName,
  5. String speakerID,
  6. String timeStamp,
)

Implementation

ZoomVideoSdkLiveTranscriptionMessageInfo(
    this.messageID,
    this.messageContent,
    this.messageType,
    this.speakerName,
    this.speakerID,
    this.timeStamp
    );