Send feedback
LiveSharingMeetingInfo.MeetingStatus
Stay organized with collections
Save and categorize content based on your preferences.
Describes the status of the user in Meet.
For example, whether they are currently participating in an ongoing meeting, and if so,
whether that meeting also has an ongoing live sharing session.
Note: this status is only relevant to the Meet app and meetings. It says nothing about
whether the live sharing SDK is connected to the Meet app or is itself participating in any
live sharing session.
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
LiveSharingMeetingInfo.MeetingStatus CONNECTED
User is in an ongoing meeting.
public static final
LiveSharingMeetingInfo.MeetingStatus
CONNECTED_WITH_LIVE_SHARING
User is in an ongoing meeting, which is currently hosting a live sharing
session.
public static final
LiveSharingMeetingInfo.MeetingStatus NOT_CONNECTED
User is not currently in a meeting.
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 2022-12-19 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?