Google Apps Meet V2beta Client - Class DefaultJoinAsViewerType (0.3.0)

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 \ ModerationRestrictions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED

Value: 0

Default value specified by user policy.

This should never be returned.

Generated from protobuf enum DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED = 0;

ON

Value: 1

Users will by default join as viewers.

Generated from protobuf enum ON = 1;

OFF

Value: 2

Users will by default join as contributors.

Generated from protobuf enum OFF = 2;