Class Space
Developer Preview.
Virtual place where conferences are held. Only one active conference can be
held in one space at any given time.
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class Space : IMessage<Space>, IEquatable<Space>, IDeepCloneable<Space>, IBufferMessage, IMessage
Constructors
Space()
Declaration
Space(Space)
Declaration
public Space(Space other)
Parameters
Type |
Name |
Description |
Space |
other |
|
Properties
ActiveConference
Active conference if it exists.
Declaration
public ActiveConference ActiveConference { get; set; }
Property Value
Config
Configuration pertaining to the meeting space.
Declaration
public SpaceConfig Config { get; set; }
Property Value
MeetingCode
Output only. Type friendly code to join the meeting. Format:
[a-z]+-[a-z]+-[a-z]+
such as abc-mnop-xyz
. The maximum length is 128
characters. Can ONLY be used as alias of the space ID to get the space.
Declaration
public string MeetingCode { get; set; }
Property Value
MeetingUri
Output only. URI used to join meeting, such as
https://meet.google.com/abc-mnop-xyz
.
Declaration
public string MeetingUri { get; set; }
Property Value
Name
Immutable. Resource name of the space.
Format: spaces/{space}
Declaration
public string Name { get; set; }
Property Value
SpaceName
Declaration
public SpaceName SpaceName { get; set; }
Property Value