Hi everyone, especially @damencho and @saghul,
On our custom Android app we want to notify some informations when the confercence ends.
The purpose is to pass a value when the USER_LEFT event occurs.
Our Activity override the method
public void onConferenceTerminated(Map<String, Object> data)
inherited from JitsiMeetActivity
Currently the ‘data’ parameter is a Map which contains only the “url” key. What we need is to add a new custom key to it.
How can I achieve it? Which files must I modify in Jitsi?
Thanks for any hint.
PS: my question concerns Android, but I assume the change inside Jitsi will affect iOS also in the method - (void)conferenceTerminated:(NSDictionary *)data