LiveSharingMeetingInfo

Stay organized with collections Save and categorize content based on your preferences.
public abstract class LiveSharingMeetingInfo extends Object

Represents information about the meeting associated with the live sharing session.

Nested Class Summary

class LiveSharingMeetingInfo.Builder Builder for LiveSharingMeetingInfo
enum LiveSharingMeetingInfo.MeetingStatus Describes the status of the user in Meet. 

Public Method Summary

static LiveSharingMeetingInfo.Builder
builder()
Returns a new builder.
abstract String
meetingCode()
Ten letter meeting code, e.g.
abstract LiveSharingMeetingInfo.MeetingStatus
meetingStatus()
Describes the current status of the meeting for live sharing.
abstract String
meetingUrl()
Meeting URL, e.g.
abstract LiveSharingMeetingInfo.Builder
toBuilder()
Returns a new LiveSharingMeetingInfo.Builder from the current object.

Inherited Method Summary

Public Methods

public static LiveSharingMeetingInfo.Builder builder ()

Returns a new builder.

public abstract String meetingCode ()

Ten letter meeting code, e.g. apw-aaur-nns.

public abstract LiveSharingMeetingInfo.MeetingStatus meetingStatus ()

Describes the current status of the meeting for live sharing.

public abstract String meetingUrl ()

Meeting URL, e.g. //meet.google.com/apw-aaur-nns.

This URL is intended to be exposed to the user and manually shared with their intended live sharing group.

public abstract LiveSharingMeetingInfo.Builder toBuilder ()

Returns a new LiveSharingMeetingInfo.Builder from the current object.