I want to run a function for all users who join conference. If I place it in index.html it runs for other users but not for jibri. Where should i place this function so it is run on jibri too?
here is the function, basically i am using simultaneous interpretation. But jibri records both voices. So i want to mute interpreter voice and record only live.
@emrah do you have any idea where can I find functions and commands & events supported on server side ( adding in index.html) ( similar to APP.conference.listMembers(); ) , i see some listed in conference.js
specially i am looking for events equivalent to iframe api videoConferenceJoined, participantJoined etc or same will work?