Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
slakbal committed Sep 22, 2017
1 parent 1bef1a3 commit 1d20112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,15 +378,15 @@ GotoWebinar::getAttendee($webinarKey, $sessionKey);
Get poll answers from a particular attendee of a specific webinar session

```php
getAttendeePollAnswers($webinarKey, $sessionKey, $registrantKey);
GotoWebinar::getAttendeePollAnswers($webinarKey, $sessionKey, $registrantKey);
```

### getSessionPolls

Retrieve all collated attendee questions and answers for polls from a specific webinar session

```php
getSessionPolls($webinarKey, $sessionKey);
GotoWebinar::getSessionPolls($webinarKey, $sessionKey);
```

Your contribution or bug fixes are welcome!
Expand Down

0 comments on commit 1d20112

Please sign in to comment.