Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 25265fe

Browse files
authored
Merge pull request #395 from gustavotrott/master
Fix doc about when XML response is returned in Api /JOIN
2 parents 58f87f7 + 9a4a950 commit 25265fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/join.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- name: "redirect"
5252
required: false
5353
type: "String"
54-
description: "The default behaviour of the JOIN API is to redirect the browser to the Flash client when the JOIN call succeeds. There have been requests if it’s possible to embed the Flash client in a “container” page and that the client starts as a hidden DIV tag which becomes visible on the successful JOIN. Setting this variable to FALSE will not redirect the browser but returns an XML instead whether the JOIN call has succeeded or not. The third party app is responsible for displaying the client to the user."
54+
description: "The default behaviour of the JOIN API is to redirect the browser to the HTML5 client when the JOIN call succeeds. There have been requests if it’s possible to embed the HTML5 client in a “container” page and that the client starts as a hidden DIV tag which becomes visible on the successful JOIN. Setting this variable to FALSE will not redirect the browser but returns an XML instead whether the JOIN call has succeeded or not. The third party app is responsible for displaying the client to the user."
5555

5656
- name: "clientURL"
5757
required: false

_posts/dev/2015-04-05-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ http://yourserver.com/bigbluebutton/api/join?[parameters]&checksum=[checksum
518518

519519
**Example Response:**
520520

521-
There is only an XML response for this call if the `redirect` parameter is set to `true`. You should simply redirect the user to the call URL, and they will be entered into the meeting.
521+
There is a XML response for this call only when the `redirect` parameter is set to `false`. You should simply redirect the user to the call URL, and they will be entered into the meeting.
522522

523523
```xml
524524
<response>

0 commit comments

Comments
 (0)