chatRestriction property

String? chatRestriction
getter/setter pair

Defines who has permission to send chat messages 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? chatRestriction;