We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddfd04 commit afb9819Copy full SHA for afb9819
1 file changed
src/Responses/EndMeetingResponse.php
@@ -26,22 +26,6 @@ class EndMeetingResponse extends BaseResponse
26
{
27
const KEY_SET_END_MEETING_REQUEST = 'sentEndMeetingRequest';
28
29
- /**
30
- * @return string
31
- */
32
- public function getMessageKey()
33
- {
34
- return $this->rawXml->messageKey->__toString();
35
- }
36
-
37
38
39
40
- public function getMessage()
41
42
- return $this->rawXml->message->__toString();
43
44
45
/**
46
* @return bool
47
*/
0 commit comments