Class: MicrosoftGraph::Models::OnlineMeeting

Inherits:
Entity
  • Object
show all
Includes:
MicrosoftKiotaAbstractions::Parsable
Defined in:
lib/models/online_meeting.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Entity

#additional_data, #additional_data=, #id, #id=, #odata_type, #odata_type=

Constructor Details

#initializeObject

Instantiates a new onlineMeeting and sets the default values.



260
261
262
# File 'lib/models/online_meeting.rb', line 260

def initialize()
    super
end

Class Method Details

.create_from_discriminator_value(parse_node) ⇒ Object

Creates a new instance of the appropriate class based on discriminator value

Parameters:

  • parse_node

    The parse node to use to read the discriminator value and create the object

Returns:

  • a online_meeting

Raises:

  • (StandardError)


268
269
270
271
# File 'lib/models/online_meeting.rb', line 268

def self.create_from_discriminator_value(parse_node)
    raise StandardError, 'parse_node cannot be null' if parse_node.nil?
    return OnlineMeeting.new
end

Instance Method Details

#allow_attendee_to_enable_cameraObject

Gets the allowAttendeeToEnableCamera property value. Indicates whether attendees can turn on their camera.

Returns:

  • a boolean



95
96
97
# File 'lib/models/online_meeting.rb', line 95

def allow_attendee_to_enable_camera
    return @allow_attendee_to_enable_camera
end

#allow_attendee_to_enable_camera=(value) ⇒ Object

Sets the allowAttendeeToEnableCamera property value. Indicates whether attendees can turn on their camera.

Parameters:

  • value

    Value to set for the allowAttendeeToEnableCamera property.

Returns:

  • a void



103
104
105
# File 'lib/models/online_meeting.rb', line 103

def allow_attendee_to_enable_camera=(value)
    @allow_attendee_to_enable_camera = value
end

#allow_attendee_to_enable_micObject

Gets the allowAttendeeToEnableMic property value. Indicates whether attendees can turn on their microphone.

Returns:

  • a boolean



110
111
112
# File 'lib/models/online_meeting.rb', line 110

def allow_attendee_to_enable_mic
    return @allow_attendee_to_enable_mic
end

#allow_attendee_to_enable_mic=(value) ⇒ Object

Sets the allowAttendeeToEnableMic property value. Indicates whether attendees can turn on their microphone.

Parameters:

  • value

    Value to set for the allowAttendeeToEnableMic property.

Returns:

  • a void



118
119
120
# File 'lib/models/online_meeting.rb', line 118

def allow_attendee_to_enable_mic=(value)
    @allow_attendee_to_enable_mic = value
end

#allow_meeting_chatObject

Gets the allowMeetingChat property value. Specifies the mode of meeting chat.

Returns:

  • a meeting_chat_mode



125
126
127
# File 'lib/models/online_meeting.rb', line 125

def allow_meeting_chat
    return @allow_meeting_chat
end

#allow_meeting_chat=(value) ⇒ Object

Sets the allowMeetingChat property value. Specifies the mode of meeting chat.

Parameters:

  • value

    Value to set for the allowMeetingChat property.

Returns:

  • a void



133
134
135
# File 'lib/models/online_meeting.rb', line 133

def allow_meeting_chat=(value)
    @allow_meeting_chat = value
end

#allow_participants_to_change_nameObject

Gets the allowParticipantsToChangeName property value. Specifies if participants are allowed to rename themselves in an instance of the meeting.

Returns:

  • a boolean



140
141
142
# File 'lib/models/online_meeting.rb', line 140

def allow_participants_to_change_name
    return @allow_participants_to_change_name
end

#allow_participants_to_change_name=(value) ⇒ Object

Sets the allowParticipantsToChangeName property value. Specifies if participants are allowed to rename themselves in an instance of the meeting.

Parameters:

  • value

    Value to set for the allowParticipantsToChangeName property.

Returns:

  • a void



148
149
150
# File 'lib/models/online_meeting.rb', line 148

def allow_participants_to_change_name=(value)
    @allow_participants_to_change_name = value
end

#allow_teamwork_reactionsObject

Gets the allowTeamworkReactions property value. Indicates whether Teams reactions are enabled for the meeting.

Returns:

  • a boolean



155
156
157
# File 'lib/models/online_meeting.rb', line 155

def allow_teamwork_reactions
    return @allow_teamwork_reactions
end

#allow_teamwork_reactions=(value) ⇒ Object

Sets the allowTeamworkReactions property value. Indicates whether Teams reactions are enabled for the meeting.

Parameters:

  • value

    Value to set for the allowTeamworkReactions property.

Returns:

  • a void



163
164
165
# File 'lib/models/online_meeting.rb', line 163

def allow_teamwork_reactions=(value)
    @allow_teamwork_reactions = value
end

#allowed_presentersObject

Gets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are listed in the following table.

Returns:

  • a online_meeting_presenters



170
171
172
# File 'lib/models/online_meeting.rb', line 170

def allowed_presenters
    return @allowed_presenters
end

#allowed_presenters=(value) ⇒ Object

Sets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are listed in the following table.

Parameters:

  • value

    Value to set for the allowedPresenters property.

Returns:

  • a void



178
179
180
# File 'lib/models/online_meeting.rb', line 178

def allowed_presenters=(value)
    @allowed_presenters = value
end

#attendance_reportsObject

Gets the attendanceReports property value. The attendance reports of an online meeting. Read-only.

Returns:

  • a meeting_attendance_report



185
186
187
# File 'lib/models/online_meeting.rb', line 185

def attendance_reports
    return @attendance_reports
end

#attendance_reports=(value) ⇒ Object

Sets the attendanceReports property value. The attendance reports of an online meeting. Read-only.

Parameters:

  • value

    Value to set for the attendanceReports property.

Returns:

  • a void



193
194
195
# File 'lib/models/online_meeting.rb', line 193

def attendance_reports=(value)
    @attendance_reports = value
end

#attendee_reportObject

Gets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only.

Returns:

  • a base64url



200
201
202
# File 'lib/models/online_meeting.rb', line 200

def attendee_report
    return @attendee_report
end

#attendee_report=(value) ⇒ Object

Sets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only.

Parameters:

  • value

    Value to set for the attendeeReport property.

Returns:

  • a void



208
209
210
# File 'lib/models/online_meeting.rb', line 208

def attendee_report=(value)
    @attendee_report = value
end

#audio_conferencingObject

Gets the audioConferencing property value. The phone access (dial-in) information for an online meeting. Read-only.

Returns:

  • a audio_conferencing



215
216
217
# File 'lib/models/online_meeting.rb', line 215

def audio_conferencing
    return @audio_conferencing
end

#audio_conferencing=(value) ⇒ Object

Sets the audioConferencing property value. The phone access (dial-in) information for an online meeting. Read-only.

Parameters:

  • value

    Value to set for the audioConferencing property.

Returns:

  • a void



223
224
225
# File 'lib/models/online_meeting.rb', line 223

def audio_conferencing=(value)
    @audio_conferencing = value
end

#broadcast_settingsObject

Gets the broadcastSettings property value. Settings related to a live event.

Returns:

  • a broadcast_meeting_settings



230
231
232
# File 'lib/models/online_meeting.rb', line 230

def broadcast_settings
    return @broadcast_settings
end

#broadcast_settings=(value) ⇒ Object

Sets the broadcastSettings property value. Settings related to a live event.

Parameters:

  • value

    Value to set for the broadcastSettings property.

Returns:

  • a void



238
239
240
# File 'lib/models/online_meeting.rb', line 238

def broadcast_settings=(value)
    @broadcast_settings = value
end

#chat_infoObject

Gets the chatInfo property value. The chat information associated with this online meeting.

Returns:

  • a chat_info



245
246
247
# File 'lib/models/online_meeting.rb', line 245

def chat_info
    return @chat_info
end

#chat_info=(value) ⇒ Object

Sets the chatInfo property value. The chat information associated with this online meeting.

Parameters:

  • value

    Value to set for the chatInfo property.

Returns:

  • a void



253
254
255
# File 'lib/models/online_meeting.rb', line 253

def chat_info=(value)
    @chat_info = value
end

#creation_date_timeObject

Gets the creationDateTime property value. The meeting creation time in UTC. Read-only.

Returns:

  • a date_time



276
277
278
# File 'lib/models/online_meeting.rb', line 276

def creation_date_time
    return @creation_date_time
end

#creation_date_time=(value) ⇒ Object

Sets the creationDateTime property value. The meeting creation time in UTC. Read-only.

Parameters:

  • value

    Value to set for the creationDateTime property.

Returns:

  • a void



284
285
286
# File 'lib/models/online_meeting.rb', line 284

def creation_date_time=(value)
    @creation_date_time = value
end

#end_date_timeObject

Gets the endDateTime property value. The meeting end time in UTC.

Returns:

  • a date_time



291
292
293
# File 'lib/models/online_meeting.rb', line 291

def end_date_time
    return @end_date_time
end

#end_date_time=(value) ⇒ Object

Sets the endDateTime property value. The meeting end time in UTC.

Parameters:

  • value

    Value to set for the endDateTime property.

Returns:

  • a void



299
300
301
# File 'lib/models/online_meeting.rb', line 299

def end_date_time=(value)
    @end_date_time = value
end

#external_idObject

Gets the externalId property value. The externalId property

Returns:

  • a string



306
307
308
# File 'lib/models/online_meeting.rb', line 306

def external_id
    return @external_id
end

#external_id=(value) ⇒ Object

Sets the externalId property value. The externalId property

Parameters:

  • value

    Value to set for the externalId property.

Returns:

  • a void



314
315
316
# File 'lib/models/online_meeting.rb', line 314

def external_id=(value)
    @external_id = value
end

#get_field_deserializersObject

The deserialization information for the current model

Returns:

  • a i_dictionary



321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
# File 'lib/models/online_meeting.rb', line 321

def get_field_deserializers()
    return super.merge({
        "allowAttendeeToEnableCamera" => lambda {|n| @allow_attendee_to_enable_camera = n.get_boolean_value() },
        "allowAttendeeToEnableMic" => lambda {|n| @allow_attendee_to_enable_mic = n.get_boolean_value() },
        "allowMeetingChat" => lambda {|n| @allow_meeting_chat = n.get_enum_value(MicrosoftGraph::Models::MeetingChatMode) },
        "allowParticipantsToChangeName" => lambda {|n| @allow_participants_to_change_name = n.get_boolean_value() },
        "allowTeamworkReactions" => lambda {|n| @allow_teamwork_reactions = n.get_boolean_value() },
        "allowedPresenters" => lambda {|n| @allowed_presenters = n.get_enum_value(MicrosoftGraph::Models::OnlineMeetingPresenters) },
        "attendanceReports" => lambda {|n| @attendance_reports = n.get_collection_of_object_values(lambda {|pn| MicrosoftGraph::Models::MeetingAttendanceReport.create_from_discriminator_value(pn) }) },
        "attendeeReport" => lambda {|n| @attendee_report = n.get_object_value(lambda {|pn| Base64url.create_from_discriminator_value(pn) }) },
        "audioConferencing" => lambda {|n| @audio_conferencing = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::AudioConferencing.create_from_discriminator_value(pn) }) },
        "broadcastSettings" => lambda {|n| @broadcast_settings = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::BroadcastMeetingSettings.create_from_discriminator_value(pn) }) },
        "chatInfo" => lambda {|n| @chat_info = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::ChatInfo.create_from_discriminator_value(pn) }) },
        "creationDateTime" => lambda {|n| @creation_date_time = n.get_date_time_value() },
        "endDateTime" => lambda {|n| @end_date_time = n.get_date_time_value() },
        "externalId" => lambda {|n| @external_id = n.get_string_value() },
        "isBroadcast" => lambda {|n| @is_broadcast = n.get_boolean_value() },
        "isEntryExitAnnounced" => lambda {|n| @is_entry_exit_announced = n.get_boolean_value() },
        "joinInformation" => lambda {|n| @join_information = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::ItemBody.create_from_discriminator_value(pn) }) },
        "joinMeetingIdSettings" => lambda {|n| @join_meeting_id_settings = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::JoinMeetingIdSettings.create_from_discriminator_value(pn) }) },
        "joinWebUrl" => lambda {|n| @join_web_url = n.get_string_value() },
        "lobbyBypassSettings" => lambda {|n| @lobby_bypass_settings = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::LobbyBypassSettings.create_from_discriminator_value(pn) }) },
        "participants" => lambda {|n| @participants = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::MeetingParticipants.create_from_discriminator_value(pn) }) },
        "recordAutomatically" => lambda {|n| @record_automatically = n.get_boolean_value() },
        "shareMeetingChatHistoryDefault" => lambda {|n| @share_meeting_chat_history_default = n.get_enum_value(MicrosoftGraph::Models::MeetingChatHistoryDefaultMode) },
        "startDateTime" => lambda {|n| @start_date_time = n.get_date_time_value() },
        "subject" => lambda {|n| @subject = n.get_string_value() },
        "videoTeleconferenceId" => lambda {|n| @video_teleconference_id = n.get_string_value() },
        "watermarkProtection" => lambda {|n| @watermark_protection = n.get_object_value(lambda {|pn| MicrosoftGraph::Models::WatermarkProtectionValues.create_from_discriminator_value(pn) }) },
    })
end

#is_broadcastObject

Gets the isBroadcast property value. Indicates if this is a Teams live event.

Returns:

  • a boolean



356
357
358
# File 'lib/models/online_meeting.rb', line 356

def is_broadcast
    return @is_broadcast
end

#is_broadcast=(value) ⇒ Object

Sets the isBroadcast property value. Indicates if this is a Teams live event.

Parameters:

  • value

    Value to set for the isBroadcast property.

Returns:

  • a void



364
365
366
# File 'lib/models/online_meeting.rb', line 364

def is_broadcast=(value)
    @is_broadcast = value
end

#is_entry_exit_announcedObject

Gets the isEntryExitAnnounced property value. Indicates whether to announce when callers join or leave.

Returns:

  • a boolean



371
372
373
# File 'lib/models/online_meeting.rb', line 371

def is_entry_exit_announced
    return @is_entry_exit_announced
end

#is_entry_exit_announced=(value) ⇒ Object

Sets the isEntryExitAnnounced property value. Indicates whether to announce when callers join or leave.

Parameters:

  • value

    Value to set for the isEntryExitAnnounced property.

Returns:

  • a void



379
380
381
# File 'lib/models/online_meeting.rb', line 379

def is_entry_exit_announced=(value)
    @is_entry_exit_announced = value
end

#join_informationObject

Gets the joinInformation property value. The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.

Returns:

  • a item_body



386
387
388
# File 'lib/models/online_meeting.rb', line 386

def join_information
    return @join_information
end

#join_information=(value) ⇒ Object

Sets the joinInformation property value. The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.

Parameters:

  • value

    Value to set for the joinInformation property.

Returns:

  • a void



394
395
396
# File 'lib/models/online_meeting.rb', line 394

def join_information=(value)
    @join_information = value
end

#join_meeting_id_settingsObject

Gets the joinMeetingIdSettings property value. Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.

Returns:

  • a join_meeting_id_settings



401
402
403
# File 'lib/models/online_meeting.rb', line 401

def join_meeting_id_settings
    return @join_meeting_id_settings
end

#join_meeting_id_settings=(value) ⇒ Object

Sets the joinMeetingIdSettings property value. Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.

Parameters:

  • value

    Value to set for the joinMeetingIdSettings property.

Returns:

  • a void



409
410
411
# File 'lib/models/online_meeting.rb', line 409

def join_meeting_id_settings=(value)
    @join_meeting_id_settings = value
end

#join_web_urlObject

Gets the joinWebUrl property value. The join URL of the online meeting. Read-only.

Returns:

  • a string



416
417
418
# File 'lib/models/online_meeting.rb', line 416

def join_web_url
    return @join_web_url
end

#join_web_url=(value) ⇒ Object

Sets the joinWebUrl property value. The join URL of the online meeting. Read-only.

Parameters:

  • value

    Value to set for the joinWebUrl property.

Returns:

  • a void



424
425
426
# File 'lib/models/online_meeting.rb', line 424

def join_web_url=(value)
    @join_web_url = value
end

#lobby_bypass_settingsObject

Gets the lobbyBypassSettings property value. Specifies which participants can bypass the meeting lobby.

Returns:

  • a lobby_bypass_settings



431
432
433
# File 'lib/models/online_meeting.rb', line 431

def lobby_bypass_settings
    return @lobby_bypass_settings
end

#lobby_bypass_settings=(value) ⇒ Object

Sets the lobbyBypassSettings property value. Specifies which participants can bypass the meeting lobby.

Parameters:

  • value

    Value to set for the lobbyBypassSettings property.

Returns:

  • a void



439
440
441
# File 'lib/models/online_meeting.rb', line 439

def lobby_bypass_settings=(value)
    @lobby_bypass_settings = value
end

#participantsObject

Gets the participants property value. The participants associated with the online meeting. This includes the organizer and the attendees.

Returns:

  • a meeting_participants



446
447
448
# File 'lib/models/online_meeting.rb', line 446

def participants
    return @participants
end

#participants=(value) ⇒ Object

Sets the participants property value. The participants associated with the online meeting. This includes the organizer and the attendees.

Parameters:

  • value

    Value to set for the participants property.

Returns:

  • a void



454
455
456
# File 'lib/models/online_meeting.rb', line 454

def participants=(value)
    @participants = value
end

#record_automaticallyObject

Gets the recordAutomatically property value. Indicates whether to record the meeting automatically.

Returns:

  • a boolean



461
462
463
# File 'lib/models/online_meeting.rb', line 461

def record_automatically
    return @record_automatically
end

#record_automatically=(value) ⇒ Object

Sets the recordAutomatically property value. Indicates whether to record the meeting automatically.

Parameters:

  • value

    Value to set for the recordAutomatically property.

Returns:

  • a void



469
470
471
# File 'lib/models/online_meeting.rb', line 469

def record_automatically=(value)
    @record_automatically = value
end

#serialize(writer) ⇒ Object

Serializes information the current object

Parameters:

  • writer

    Serialization writer to use to serialize this model

Returns:

  • a void

Raises:

  • (StandardError)


477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
# File 'lib/models/online_meeting.rb', line 477

def serialize(writer)
    raise StandardError, 'writer cannot be null' if writer.nil?
    super
    writer.write_boolean_value("allowAttendeeToEnableCamera", @allow_attendee_to_enable_camera)
    writer.write_boolean_value("allowAttendeeToEnableMic", @allow_attendee_to_enable_mic)
    writer.write_enum_value("allowMeetingChat", @allow_meeting_chat)
    writer.write_boolean_value("allowParticipantsToChangeName", @allow_participants_to_change_name)
    writer.write_boolean_value("allowTeamworkReactions", @allow_teamwork_reactions)
    writer.write_enum_value("allowedPresenters", @allowed_presenters)
    writer.write_collection_of_object_values("attendanceReports", @attendance_reports)
    writer.write_object_value("attendeeReport", @attendee_report)
    writer.write_object_value("audioConferencing", @audio_conferencing)
    writer.write_object_value("broadcastSettings", @broadcast_settings)
    writer.write_object_value("chatInfo", @chat_info)
    writer.write_date_time_value("creationDateTime", @creation_date_time)
    writer.write_date_time_value("endDateTime", @end_date_time)
    writer.write_string_value("externalId", @external_id)
    writer.write_boolean_value("isBroadcast", @is_broadcast)
    writer.write_boolean_value("isEntryExitAnnounced", @is_entry_exit_announced)
    writer.write_object_value("joinInformation", @join_information)
    writer.write_object_value("joinMeetingIdSettings", @join_meeting_id_settings)
    writer.write_string_value("joinWebUrl", @join_web_url)
    writer.write_object_value("lobbyBypassSettings", @lobby_bypass_settings)
    writer.write_object_value("participants", @participants)
    writer.write_boolean_value("recordAutomatically", @record_automatically)
    writer.write_enum_value("shareMeetingChatHistoryDefault", @share_meeting_chat_history_default)
    writer.write_date_time_value("startDateTime", @start_date_time)
    writer.write_string_value("subject", @subject)
    writer.write_string_value("videoTeleconferenceId", @video_teleconference_id)
    writer.write_object_value("watermarkProtection", @watermark_protection)
end

#share_meeting_chat_history_defaultObject

Gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.

Returns:

  • a meeting_chat_history_default_mode



512
513
514
# File 'lib/models/online_meeting.rb', line 512

def share_meeting_chat_history_default
    return @share_meeting_chat_history_default
end

#share_meeting_chat_history_default=(value) ⇒ Object

Sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.

Parameters:

  • value

    Value to set for the shareMeetingChatHistoryDefault property.

Returns:

  • a void



520
521
522
# File 'lib/models/online_meeting.rb', line 520

def share_meeting_chat_history_default=(value)
    @share_meeting_chat_history_default = value
end

#start_date_timeObject

Gets the startDateTime property value. The meeting start time in UTC.

Returns:

  • a date_time



527
528
529
# File 'lib/models/online_meeting.rb', line 527

def start_date_time
    return @start_date_time
end

#start_date_time=(value) ⇒ Object

Sets the startDateTime property value. The meeting start time in UTC.

Parameters:

  • value

    Value to set for the startDateTime property.

Returns:

  • a void



535
536
537
# File 'lib/models/online_meeting.rb', line 535

def start_date_time=(value)
    @start_date_time = value
end

#subjectObject

Gets the subject property value. The subject of the online meeting.

Returns:

  • a string



542
543
544
# File 'lib/models/online_meeting.rb', line 542

def subject
    return @subject
end

#subject=(value) ⇒ Object

Sets the subject property value. The subject of the online meeting.

Parameters:

  • value

    Value to set for the subject property.

Returns:

  • a void



550
551
552
# File 'lib/models/online_meeting.rb', line 550

def subject=(value)
    @subject = value
end

#video_teleconference_idObject

Gets the videoTeleconferenceId property value. The video teleconferencing ID. Read-only.

Returns:

  • a string



557
558
559
# File 'lib/models/online_meeting.rb', line 557

def video_teleconference_id
    return @video_teleconference_id
end

#video_teleconference_id=(value) ⇒ Object

Sets the videoTeleconferenceId property value. The video teleconferencing ID. Read-only.

Parameters:

  • value

    Value to set for the videoTeleconferenceId property.

Returns:

  • a void



565
566
567
# File 'lib/models/online_meeting.rb', line 565

def video_teleconference_id=(value)
    @video_teleconference_id = value
end

#watermark_protectionObject

Gets the watermarkProtection property value. Specifies whether a watermark should be applied to a content type by the client application.

Returns:

  • a watermark_protection_values



572
573
574
# File 'lib/models/online_meeting.rb', line 572

def watermark_protection
    return @watermark_protection
end

#watermark_protection=(value) ⇒ Object

Sets the watermarkProtection property value. Specifies whether a watermark should be applied to a content type by the client application.

Parameters:

  • value

    Value to set for the watermarkProtection property.

Returns:

  • a void



580
581
582
# File 'lib/models/online_meeting.rb', line 580

def watermark_protection=(value)
    @watermark_protection = value
end