Enum SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType
By default users will join as contributors. Hosts can restrict users to join as viewers. Note: If an explicit role is set for a users in the Member resource, the user will join as that role.
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public enum SpaceConfig.Types.ModerationRestrictions.Types.DefaultJoinAsViewerType
Fields
Name | Description |
---|---|
Off | Users will by default join as contributors. |
On | Users will by default join as viewers. |
Unspecified | Default value specified by user policy. This should never be returned. |