I am looking to mute/unmute all telecom Calls from the InCallService implementation. InCallService just provides a single method to mute current call. Seems CallControl is the class that provides the mute method i need but only place I see it referenced is in TelecomManager.addCall . Doesn't seem to make sense to call that from InCallService. How can I obtain a reference to CallControl to mute individual Calls?
android - How to mute individual Telecom Calls from InCallService - Stack Overflow
评论列表(0)
- 暂无评论