-
Notifications
You must be signed in to change notification settings - Fork 119
Send notification events when starting a call #3248
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
Conversation
I remember the idea being that this is part of the hosting application is that we can have different behaviours on mobile vs desktop and that we might introduce custom ui to send a ring/notify call. |
I think we would still have the opportunity to do that, as the widget here gets to decide the notification behavior at the point that it enters the session, and the hosting application can always give extra context to the widget about how it's being used (intent etc.) through the URL params |
Previously this has been the responsibility of the hosting application (Element Web / Element X), but I would like to move this responsibility to Element Call itself to make it even more lightweight to integrate Element Call into a widget-capable client.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed in pair-programming session
@robintown , @toger5 , thank you for that! Am I correct that this feature has to be enabled in the configs? If so - could you please, advice on how to enable it? And when it might be available in production? |
It needs to be passed as an URL parameter by the Messenger Apps. Its on the agenda next:
|
Thank you! From what I recall, from the chat on matrix.org, Element X developers has been resistant to enable group call notifications - so there are chances that messenger just won't enable that (unless I'm missing something!). If so, is there a possibility to regulate Element Call behavior via server side configs somehow? |
Previously this has been the responsibility of the hosting application (Element Web / Element X), but I would like to move this responsibility to Element Call itself to make it even more lightweight to integrate Element Call into a widget-capable client.
Depends on matrix-org/matrix-js-sdk#4826