-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: transcriber detect bots and leave (#532)
* squash: Formatting and method rename. * squash: Adds isTranscriber member. * squash: Recognizes transcribers. * squash: Adds trusted domains. * feat: Detects no participants in the room and leave, when transcriber. * squash: Tests improvement. Fixes a race between call connected and call ended because of jicofo leaving. * squash: Fix running media activity check for stopped calls. * squash: Logs.
- Loading branch information
Showing
8 changed files
with
242 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,9 @@ net.java.sip.communicator.impl.protocol.jabber.acc-xmpp-1.DOMAIN_BASE=<<DOMAIN_B | |
# we can receive dial/hangup only from the control muc | ||
org.jitsi.jigasi.ALLOWED_JID=[email protected].<<DOMAIN_BASE>> | ||
|
||
# when checking other participants whether they are jibri/jigasi we can also check the the domain they use for connecting | ||
#org.jitsi.jigasi.TRUSTED_DOMAINS=["recorder.<<DOMAIN_BASE>>", "sipjibri.<<DOMAIN_BASE>>", "jigasi.<<DOMAIN_BASE>>"] | ||
|
||
org.jitsi.jigasi.BREWERY_ENABLED=true | ||
|
||
# We can use the prefix org.jitsi.jigasi.xmpp.acc to override any of the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.