element-hq / element-android

A Matrix collaboration client for Android.
https://element.io/
GNU Affero General Public License v3.0
3.39k stars 734 forks source link

Be able to configure the voip solution in Element #3952

Open giomfo opened 3 years ago

giomfo commented 3 years ago

Your use case

What would you like to do?

We would like to be able to build element-android client without the voip feature and its related dependences (webrtc, jitsi...) A best solution would be to be able to custom the voip solution. The requested configuration would not be only with/withoutVoip, but a way to provide a module to handle the voip feature in the application

Why would you like to do it?

Ease customisation of Element

How would you like to achieve it?

We would prefer the second option

Have you considered any alternatives?

No response

Additional context

No response

giomfo commented 3 years ago

As an example, we expect during this task to remove the direct use of the BroadcastEvent (org.jitsi.meet.sdk) from the RoomDetail code image