CallControlResult.Error
class CallControlResult.Error : CallControlResult
kotlin.Any | ||
↳ | androidx.core.telecom.CallControlResult | |
↳ | androidx.core.telecom.CallControlResult.Error |
The associated CallControlScope
method failed. For example, if CallControlScope.setActive
was requested, Telecom failed to transition the call to active. There are numerous reasons why the operation failed; please see the errorCode
for details.