Class: Teams::Api::Meeting

Inherits:
Model
  • Object
show all
Defined in:
lib/teams/api/meeting_participant.rb

Overview

A participant's meeting-specific details: role and presence status.

Instance Attribute Summary

Attributes inherited from Model

#raw

Instance Method Summary collapse

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from Teams::Api::Model

Instance Method Details

#in_meetingObject



11
12
13
# File 'lib/teams/api/meeting_participant.rb', line 11

def in_meeting
  read("inMeeting", "in_meeting")
end

#roleObject



7
8
9
# File 'lib/teams/api/meeting_participant.rb', line 7

def role
  read("role")
end