Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo from BBB documentation in example in README (bigbluebutton/bigbluebutton#8216 (comment))
  • Loading branch information
Brullworfel committed Oct 19, 2019
1 parent 30404da commit 7a4df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add a meeting:
'record' => true,
'autoStartRecording' => true,
'meta' => [
'bn-recording-ready-url' => urlencode('https://example.com/api/v1/recording_status'),
'bbb-recording-ready-url' => urlencode('https://example.com/api/v1/recording_status'),
'presenter' => 'John Smith',
],
//any other parameters from [BBB API Documentation](https://docs.bigbluebutton.org/dev/api.html#create)
Expand Down

0 comments on commit 7a4df28

Please sign in to comment.