presentRestriction property

String? presentRestriction
getter/setter pair

Defines who has permission to share their screen in the meeting space. Possible string values are:

  • "RESTRICTION_TYPE_UNSPECIFIED" : Default value specified by user policy. This should never be returned.
  • "HOSTS_ONLY" : Meeting owner and co-host have the permission.
  • "NO_RESTRICTION" : All Participants have permissions.

Implementation

core.String? presentRestriction;