Apply suggestions from code review
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
8519a83b61
commit
af97ec57d0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Jitsi Wrapper
|
# Jitsi Wrapper
|
||||||
|
|
||||||
**Note**: these are developer docs. Please consult your client's documentation for
|
**Note**: These are developer docs. Please consult your client's documentation for
|
||||||
instructions on setting up Jitsi.
|
instructions on setting up Jitsi.
|
||||||
|
|
||||||
The react-sdk wraps all Jitsi call widgets in a local wrapper called `jitsi.html`
|
The react-sdk wraps all Jitsi call widgets in a local wrapper called `jitsi.html`
|
||||||
|
@ -9,7 +9,7 @@ which takes several parameters:
|
||||||
*Query string*:
|
*Query string*:
|
||||||
* `widgetId`: The ID of the widget. This is needed for communication back to the
|
* `widgetId`: The ID of the widget. This is needed for communication back to the
|
||||||
react-sdk.
|
react-sdk.
|
||||||
* `parentUrl`: The URL of the parent window. This is also ideally needed for
|
* `parentUrl`: The URL of the parent window. This is also needed for
|
||||||
communication back to the react-sdk.
|
communication back to the react-sdk.
|
||||||
|
|
||||||
*Hash/fragment (formatted as a query string)*:
|
*Hash/fragment (formatted as a query string)*:
|
||||||
|
|
Loading…
Reference in a new issue