Skip to content
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

Extend calls to multiple people? #1456

Open
privong opened this issue Jun 5, 2018 · 5 comments
Open

Extend calls to multiple people? #1456

privong opened this issue Jun 5, 2018 · 5 comments

Comments

@privong
Copy link

privong commented Jun 5, 2018

Is your feature request related to a problem? Please describe.
I recently got off a call with multiple people, but I could only add a call with one person. It would be nice to support group calls.

Describe the solution you'd like
I can see at least two possible solutions:

  • Extend "calls" to be able to include more than one person. This makes it then seem quite similar to Activities, so the other thought I had was:
  • Make calls a sub-category of activities. This might also go along with Turn "phone calls" into generic "chats" #1062. Perhaps by adding user-definable categories.
@pqhf5kd
Copy link

pqhf5kd commented May 26, 2019

I also had this problem yesterday, a group of family members called video called me.

Also group chats for Coversations.

@tbirrell
Copy link

Realistically, Calls, Conversations, and Events, should all be subtypes of Activities. Though this would take a ton of backend work to pull off.

@pqhf5kd
Copy link

pqhf5kd commented May 28, 2019

Realistically, Calls, Conversations, and Events, should all be subtypes of Activities. Though this would take a ton of backend work to pull off.

This would solve two of my problems. In fact there's no reason I can't do that myself with custom activities but it Monica was to move to this system in the future, my custom activities probably wouldn’t match.

@tbirrell
Copy link

Unfortunately true. Though if you host your own, you could probably migrate it by hand (or script) with a couple of SQL queries.

However, if @djaiss wanted to make this change (for a 3.0 version or something), I suspect it wouldn't be terribly difficult to include the ability to switch types. It would take some backend magic since polymorphics would certainly be involved, but relatively simple in the grand scheme of things.

@privong
Copy link
Author

privong commented Jun 2, 2020

Has there been any further thought to adding multiple participants to calls/conversations? Or to generalizing these into Activity sub-types as @tbirrell suggested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants