You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Hi, I am making a SAAS platform something like Gotomeeting.com where I want to show users their previous call logs and recordings, just like skype shows that you called that person and also shows the time and date for the call. Also as I am recording data, I want to save path to them in database with information of which users and call they belong to. Would I have to wrap all janus api calls in my own server or is there any mechanism in janus that outputs call details once call ends etc?
Thanks in advance :)
Lorenzo Miniero
unread,
Jan 29, 2018, 3:08:33 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Tracking users is up to you. You don't have to wrap API calls yourself, you can also rely on Event Handlers to feed you live events behind the curtains.
L.
abdul basit
unread,
Jan 29, 2018, 3:24:08 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Ok but can you please give me some starting points, I want to show users selective sessions from their own organization only so that they can join anytime. I am planning to modify video room plugin but regarding recordings how to keep track of what users they belong to as I'll be originating call directly from browser to janus or should I call from browser to my server api and then call janus api? Your help would be highly appreciated. :)
Lorenzo Miniero
unread,
Jan 29, 2018, 4:49:03 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
You can check a couple of blog posts we wrote on event handlers:
These should give you an idea on how they work and how you can use them. Older posts also contain related discussions.
L.
abdul basit
unread,
Jan 29, 2018, 4:56:17 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Thanks a lot Lorenzo. One last question (sorry for being so annoying :P) I have to add functionality for audio call, video call and screensharing with recording capabilitites and ability for an admin to join any session, so should I write a new plugin combining the video room, recording and screensharing plugin or can they be used together without modifying them?
Lorenzo Miniero
unread,
Jan 29, 2018, 4:57:35 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Combine and orchestrate them at an application level, no need for a new plugin.
L.
abdul basit
unread,
Jan 29, 2018, 4:58:52 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message