Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed meta_bn-recording-ready-url example in readmy
  • Loading branch information
Brullworfel committed Oct 18, 2019
1 parent 204d7a0 commit 30404da
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 @@ -62,7 +62,7 @@ Add a meeting:
'record' => true,
'autoStartRecording' => true,
'meta' => [
'bn-recording-ready-url' => urlencode(https://example.com/api/v1/recording_status),
'bn-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 Expand Up @@ -118,7 +118,7 @@ Copy this to a file called 'index.php', adjust the '$url' and '$secret' variable
'record' => true,
'autoStartRecording' => true,
'meta' => [
'bn-recording-ready-url' => urlencode(https://example.com/api/v1/recording_status),
'bn-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 30404da

Please sign in to comment.