HMSTranscriptionController class abstract

HMSTranscriptionController is used to control transcription in the meeting.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

addListener({required HMSTranscriptListener listener}) → void
addListener is used to add a listener to get the transcription of the meeting. parameters:
removeListener() → void
removeListener is used to remove the listener that was previously added. Learn more about removeListener here
startTranscription({HMSTranscriptionMode mode = HMSTranscriptionMode.caption}) Future<HMSException?>
startTranscription is used to start the transcription of the meeting.
stopTranscription({HMSTranscriptionMode mode = HMSTranscriptionMode.caption}) Future<HMSException?>
stopTranscription is used to stop the transcription of the meeting.