|
|
@@ -1741,6 +1741,19 @@ JitsiConference.prototype.hangup = function() {
|
|
1741
|
1741
|
});
|
|
1742
|
1742
|
};
|
|
1743
|
1743
|
|
|
|
1744
|
+/**
|
|
|
1745
|
+ * Starts the transcription service.
|
|
|
1746
|
+ */
|
|
|
1747
|
+JitsiConference.prototype.startTranscriber = function() {
|
|
|
1748
|
+ return this.dial('jitsi_meet_transcribe');
|
|
|
1749
|
+};
|
|
|
1750
|
+
|
|
|
1751
|
+
|
|
|
1752
|
+/**
|
|
|
1753
|
+ * Stops the transcription service.
|
|
|
1754
|
+ */
|
|
|
1755
|
+JitsiConference.prototype.stopTranscriber = JitsiConference.prototype.hangup;
|
|
|
1756
|
+
|
|
1744
|
1757
|
/**
|
|
1745
|
1758
|
* Returns the phone number for joining the conference.
|
|
1746
|
1759
|
*/
|