-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to embed the video call and change theme color
- Loading branch information
Showing
4 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# Hello embed | ||
|
||
Hello can be embedded in any webpage using iFrame as shown below. | ||
Hello can be embedded in any webpage using iFrame as shown below. [Demo link](https://hello-demo-embed.surge.sh/) | ||
|
||
``` | ||
<iframe src="https://hello.vasanthv.me/your-channel-here" allow="camera; microphone" seamless width="320" height="640"></iframe> | ||
<iframe src="https://hello.vasanthv.me/your-channel-here?nameJohn&theme=F22952" allow="camera; microphone" seamless width="480" height="640"></iframe> | ||
``` | ||
|
||
Hello supports the following URL params. | ||
|
||
| Param | Description | Type | | ||
| ----- | --------------------------------- | ------ | | ||
| name | Adds a default name for the user. | string | | ||
| Param | Description | Type | Example | Default | | ||
| ----- | -------------------------------------- | ------- | -------- | ------- | | ||
| name | Adds a default name for the user. | string | `John` | `null` | | ||
| theme | Hex code of a color without the #. | string | `F22952` | `null` | | ||
| chat | A boolean to disable the chat feature. | boolean | `false` | `true` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters