Stay organized with collections
Save and categorize content based on your preferences.
GroupCallErrors
open class GroupCallErrors
Indicates the errors that are applicable only to the group call use-case.
Summary
Constants
ERROR_UNABLE_TO_START_SERVICE
static val ERROR_UNABLE_TO_START_SERVICE: Int
Indicates that the middleware was unable to start the group call.
Value: 501
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# MbmsErrors.GroupCallErrors\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nGroupCallErrors\n===============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/telephony/mbms/MbmsErrors.GroupCallErrors \"View this page in Java\") \n\n```\nopen class GroupCallErrors\n```\n\n|---|--------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.telephony.mbms.MbmsErrors.GroupCallErrors](#) |\n\nIndicates the errors that are applicable only to the group call use-case.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ERROR_DUPLICATE_START_GROUP_CALL](#ERROR_DUPLICATE_START_GROUP_CALL:kotlin.Int) Indicates that the app called [android.telephony.MbmsGroupCallSession#startGroupCall](../MbmsGroupCallSession.html#startGroupCall(kotlin.Long,%20kotlin.collections.MutableList,%20kotlin.collections.MutableList,%20java.util.concurrent.Executor,%20android.telephony.mbms.GroupCallCallback)) more than once for the same `tmgi`. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ERROR_UNABLE_TO_START_SERVICE](#ERROR_UNABLE_TO_START_SERVICE:kotlin.Int) Indicates that the middleware was unable to start the group call. |\n\nConstants\n---------\n\n### ERROR_DUPLICATE_START_GROUP_CALL\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ERROR_DUPLICATE_START_GROUP_CALL: Int\n```\n\nIndicates that the app called [android.telephony.MbmsGroupCallSession#startGroupCall](../MbmsGroupCallSession.html#startGroupCall(kotlin.Long,%20kotlin.collections.MutableList,%20kotlin.collections.MutableList,%20java.util.concurrent.Executor,%20android.telephony.mbms.GroupCallCallback)) more than once for the same `tmgi`. \n\n Value: 502\n\n### ERROR_UNABLE_TO_START_SERVICE\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ERROR_UNABLE_TO_START_SERVICE: Int\n```\n\nIndicates that the middleware was unable to start the group call. \n\n Value: 501"]]