Skip to content
Advertisement

Tag: video

How to implement video with connectionservice

I want to implement a videochat using the system app via connectionservice. https://developer.android.com/reference/android/telecom/ConnectionService.html. Unfortunately i can not find any example or tutorial how to do it. Here is what i have done: Registering the service: Placing the call: My ConnectionService get called and i place my videoprovider into the connection the system asks for. The phone activity appears and showing

Advertisement