You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* RTM 1.x.x migration to signaling 2.x.x (#733)
Add RTM 2.x (signaling)
* android build failing (#747)
* change default recording mode (#748)
* undo destroy (#749)
* add pagination (#760)
* removes config
* Fix Boost checksum error by overriding podspec URL (#765)
* Fix Boost checksum error by overriding podspec URL
* fix the link
* Add global spoken and target (#761)
* wip add global spoken and target
* remove unused session state
* add padding to translate menu
* add target change
* only host can enable the caption or transcript
* add translated view for captions
* add start guard
* add host name while starting stt
* add translation entry
* fix the spelling
* sort selected lang first
* Feature/add global stt queue (#762)
* add stt queue and feedback
* add auto start stt
* update the local message constant
* add toasts
* update spoken language for host
* fix the selected translation state when spoken ang is changed
* add open states for popups
* add spoken lang filter from target
* update the label
* change the original translate order in caption panel
* fix the ui state
* update the popup text
* add right arrow icon
* update the toast notifications
* add arrow in captio container
* hide transcript label
* update transcript data
* fix the race condition for name
* add a different config.json file
* revert the config
* Release/4.1.13 (#771)
* 4.1.12-beta-1
* 4.1.12
* update the version numbers
* 4.1.12-1
* Updated the beta cli version
* 4.1.13-beta.2
* set btns as null in toast (#768)
* Updated beta version
* 4.1.13-beta.3
* Updated prod version number
* 4.1.13
* add delay to prevent the auto start race condition (#769)
* add delay only if stt auto start is true (#770)
* Updated prod version
* 4.1.13-1
---------
Co-authored-by: Hariharan G <ghariharanit@gmail.com>
---------
Co-authored-by: Supriya Adep <supriya@agora.io>
Co-authored-by: Bhupendra Negi <bhupendra1011@gmail.com>
Co-authored-by: Supriya Adep <supriya33adep@gmail.com>
// if (method === 'stop') return; // not closing the stt service as it will stop for whole channel
856
-
// if (method === 'start' && isSTTActive === true) return; // not triggering the start service if STT Service already started by anyone else in the channel
0 commit comments