Reference documentation and code samples for the Google Apps Meet V2beta Client class 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.
Protobuf type google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.DefaultJoinAsViewerType
Namespace
Google \ Apps \ Meet \ V2beta \ SpaceConfig \ ModerationRestrictionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED
Value: 0Default value specified by user policy.
This should never be returned.
Generated from protobuf enum DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED = 0;
ON
Value: 1Users will by default join as viewers.
Generated from protobuf enum ON = 1;
OFF
Value: 2Users will by default join as contributors.
Generated from protobuf enum OFF = 2;