I have installed jitsi/jibri/jigasi with Transcriber and everything is working fine but i would like to configure Transcriber to join as hidden participant.
If i understand this correctly i should :
Prosody
Create that user in prosody for recorder@doman.com because jibri is already connecting there as hidden participant and it is hidden domain
Please confirm if this is enough.
My question is , if we set jigasi to connect to hidden domain what will happen when participants joins via SIP audio call (incoming or outgoing call). Will they will be hidden too ?
Final goal is to be able to call participants via audio and to have transcriber join as hidden partipant. Is this possible ?
Transcription works fine as hidden participant, only “TR” is shown and looks great but when i call someone from the conference that participant is hidden too.
2022-09-28 08:43:12.615 WARNING: [74] org.jitsi.jigasi.JvbConference.leaveConferenceRoom().1123 [ctx=16643545922051928876183] MUC room is null
2022-09-28 08:43:22.254 SEVERE: [70] org.jitsi.jigasi.xmpp.CallControlMucActivator.processIQInternal().626 [ctx=16643545922051928876183] Error processing RayoIq
java.lang.Exception: Fail to join muc!
at org.jitsi.jigasi.xmpp.CallControlMucActivator$WaitToJoinRoom.waitToJoinRoom(CallControlMucActivator.java:725)
at org.jitsi.jigasi.xmpp.CallControlMucActivator$DialIqHandler.setDialResponseAndRegisterHangUpHandler(CallControlMucActivator.java:658)
at org.jitsi.jigasi.xmpp.CallControlMucActivator$DialIqHandler.processIQInternal(CallControlMucActivator.java:615)
at org.jitsi.jigasi.xmpp.CallControlMucActivator$DialIqHandler.lambda$processIQ$0(CallControlMucActivator.java:576)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Just to recapitulate what has been done in case anyone wants to have transcriber as hidden participant.
@damencho Is there anything else we can try in order to achieve this or we should move on to having two jigasi instances.
In case so, any hint on how jitsi/jicofo will know which one to use as transcriber and which one for audio calls ?