Added in API level 29
GroupCallErrors
open class GroupCallErrors
| kotlin.Any | |
| ↳ | android.telephony.mbms.MbmsErrors.GroupCallErrors |
Indicates the errors that are applicable only to the group call use-case.
Summary
| Constants | |
|---|---|
| static Int |
Indicates that the app called |
| static Int |
Indicates that the middleware was unable to start the group call. |
Constants
ERROR_DUPLICATE_START_GROUP_CALL
Added in API level 29
static val ERROR_DUPLICATE_START_GROUP_CALL: Int
Indicates that the app called android.telephony.MbmsGroupCallSession#startGroupCall more than once for the same tmgi.
Value: 502ERROR_UNABLE_TO_START_SERVICE
Added in API level 29
static val ERROR_UNABLE_TO_START_SERVICE: Int
Indicates that the middleware was unable to start the group call.
Value: 501