-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Audio/Video Calls #6
Comments
Thanks @EionRobb : the bug with the re-stated images is gone. Call starts and ends are being properly reported. |
Definitely!
That would be amazing as a minimum-viable-product kinda thing. I haven't figured out the direct link to the call yet to be able to trigger the browser to open
This might be possible using https://github.com/centricular/webrtcsink :) |
Latest version of the plugin has links to join the call once it's started. Better than nothing! Needs a bit of prettying up though, the bare url is a bit ugly. Next I'll probably add in a |
hi, I tried the latest code but receiving calls are not working for me. Other parties reported I always unavailable when calling. I only see a tab with 48:callogs and a uid in it. What should I do to get the link to join the call? Anyway your project is awesome, thanks a lot! |
Unfortunately the event stream the plugin is subscribed to at the moment doesn't bring through the live call info (such as incoming direct calls), the most I could add in is a "You missed a call from XYZ" message in the IM window. Adding in the live call info needs to set up the reverse-webhook trouter websocket (bit of a mission!) which we also need for live user status updates. Looks like the links don't show up for direct calls, but only for meetings that get started, so if the other person started a meeting then invited you in, there should be different behaviour? |
Minor update: I've just added in support for the trouter websocket mentioned previously, so the events are being sent to Pidgin now - but they still dont display in the UI anywhere yet (other that the Help->Debug Window log screen) |
Working in a company with employees all over the world, we use ms-teams video-call features quit often to stay in touch.
What's more, this plugin is skyrocketing with new ms-teams supporting features. So, I'd finally ask for this last big blocker that prevents me from not starting the fat ms-teams client anymore on a regular basis:
can we support calls with ms-teams?
I'd assume that real audio+video-call support is a major feature. And as far as I remember, the skype plugin never went that far. Not to mention that I can't think of a way to extend it with screen-sharing capabilities in pidgin.
However, It doesn't necessarily be a full feature call support. Maybe it could be solved with small steps:
The text was updated successfully, but these errors were encountered: