GoogleApi.Meet.V2.Model.ModerationRestrictions (google_api_meet v0.4.0)

View Source

Defines restrictions for features when the meeting is moderated.

Attributes

  • chatRestriction (type: String.t, default: nil) - Defines who has permission to send chat messages in the meeting space.
  • defaultJoinAsViewerType (type: String.t, default: nil) - Defines whether to restrict the default role assigned to users as viewer.
  • presentRestriction (type: String.t, default: nil) - Defines who has permission to share their screen in the meeting space.
  • reactionRestriction (type: String.t, default: nil) - Defines who has permission to send reactions in the meeting space.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.ModerationRestrictions{
  chatRestriction: String.t() | nil,
  defaultJoinAsViewerType: String.t() | nil,
  presentRestriction: String.t() | nil,
  reactionRestriction: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.