reactionRestriction property

String? reactionRestriction
getter/setter pair

Defines who has permission to send reactions 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? reactionRestriction;