Send feedback
LiveSharingException.Code
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Method Summary
From class java.lang.Enum
From class java.lang.Object
Object
clone ()
boolean
void
finalize ()
final Class <?>
getClass ()
int
hashCode ()
final void
notify ()
final void
notifyAll ()
String
toString ()
final void
wait (long arg0, int arg1)
final void
wait (long arg0)
final void
wait ()
From interface java.lang.Comparable
Enum Values
public static final
LiveSharingException.Code
LIVE_SHARING_IN_PROGRESS_WITH_DIFFERENT_APPLICATION
Live sharing session is in progress with a different live sharing application.
public static final
LiveSharingException.Code MEET_VERSION_UNSUPPORTED
Either the Google Meet app is not installed, or the installed version does not
include support for live sharing.
Consumers can query
LiveSharingExceptionMetadata.packageName()
to redirect the user to install
the appropriate app.
public static final
LiveSharingException.Code PARTICIPANT_INELIGIBLE
The current user is not eligible to participate in live sharing sessions.
public static final
LiveSharingException.Code SDK_VERSION_UNSUPPORTED
Current version of the SDK is no longer supported for live sharing.
While the SDK is intended to be forwards-compatible, this may be necessary
long-term.
Consumers may consider showing the user a message along the lines of, "please update
this app," assuming that newer versions of the app use the latest version of this
SDK.
public static final
LiveSharingException.Code UNKNOWN
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-23 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?