Conversation
|
I was about to open own PR with custom IQ to start/stop transcribation :) This seems to be more versatile. Any plans to merge it soon? |
|
@bgrozev but I am not sure how it is/was supposed to work. From what I see both Jibri and JVB doesn't emit their own IQs, they only listen and respond to them. This |
| init { | ||
| notifications.forEach { addExtension(it) } | ||
| } |
There was a problem hiding this comment.
This init seems to be unnecessary causing duplicating of extensions (addNotification already calls addExtension method).
|
By working more with JVB and Jicofo codebases this IQ seems more about pull-mode. Jicofo would poll JVBs for available |
|
@bgrozev, @savely-krasovsky: Any progress on it? |
No description provided.