jitsi / jicofo

JItsi COnference FOcus is a server side focus component used in Jitsi Meet conferences.
Apache License 2.0
314 stars 350 forks source link

feat: Enable transcription based on MUC config form #1135

Closed bgrozev closed 5 months ago

bgrozev commented 5 months ago

Read room_metadata from the MUC config form, and enable transcription if it is requested.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 38 lines in your changes are missing coverage. Please review.

Comparison is base (e20abda) 28.57% compared to head (260f860) 28.60%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jitsi/jicofo/pull/1135/graphs/tree.svg?width=650&height=150&src=pr&token=wdwr26KPKY&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi)](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) ```diff @@ Coverage Diff @@ ## master #1135 +/- ## ============================================ + Coverage 28.57% 28.60% +0.03% - Complexity 463 466 +3 ============================================ Files 128 129 +1 Lines 7742 7778 +36 Branches 1058 1061 +3 ============================================ + Hits 2212 2225 +13 - Misses 5263 5286 +23 Partials 267 267 ``` | [Files](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) | Coverage Δ | | |---|---|---| | [.../main/kotlin/org/jitsi/jicofo/xmpp/muc/ChatRoom.kt](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-amljb2ZvLWNvbW1vbi9zcmMvbWFpbi9rb3RsaW4vb3JnL2ppdHNpL2ppY29mby94bXBwL211Yy9DaGF0Um9vbS5rdA==) | `0.00% <ø> (ø)` | | | [...n/kotlin/org/jitsi/jicofo/xmpp/muc/RoomMetadata.kt](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-amljb2ZvLWNvbW1vbi9zcmMvbWFpbi9rb3RsaW4vb3JnL2ppdHNpL2ppY29mby94bXBwL211Yy9Sb29tTWV0YWRhdGEua3Q=) | `100.00% <100.00%> (ø)` | | | [...tlin/org/jitsi/jicofo/xmpp/muc/ChatRoomListener.kt](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-amljb2ZvLWNvbW1vbi9zcmMvbWFpbi9rb3RsaW4vb3JnL2ppdHNpL2ppY29mby94bXBwL211Yy9DaGF0Um9vbUxpc3RlbmVyLmt0) | `0.00% <0.00%> (ø)` | | | [...tsi/jicofo/conference/JitsiMeetConferenceImpl.java](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-amljb2ZvL3NyYy9tYWluL2phdmEvb3JnL2ppdHNpL2ppY29mby9jb25mZXJlbmNlL0ppdHNpTWVldENvbmZlcmVuY2VJbXBsLmphdmE=) | `43.44% <0.00%> (-0.06%)` | :arrow_down: | | [...va/org/jitsi/jicofo/jigasi/TranscriberManager.java](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-amljb2ZvL3NyYy9tYWluL2phdmEvb3JnL2ppdHNpL2ppY29mby9qaWdhc2kvVHJhbnNjcmliZXJNYW5hZ2VyLmphdmE=) | `19.23% <0.00%> (-1.90%)` | :arrow_down: | | [...n/kotlin/org/jitsi/jicofo/xmpp/muc/ChatRoomImpl.kt](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-amljb2ZvLWNvbW1vbi9zcmMvbWFpbi9rb3RsaW4vb3JnL2ppdHNpL2ppY29mby94bXBwL211Yy9DaGF0Um9vbUltcGwua3Q=) | `0.00% <0.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). Last update [e20abda...260f860](https://app.codecov.io/gh/jitsi/jicofo/pull/1135?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi).