Skip to content

Commit db80bfb

Browse files
tboeckmannactions-user
authored andcommitted
docs: huddle01 (#2359)
GitOrigin-RevId: 21e2a5c61a09f87abf6ff049e3f2a4ffab2871a8
1 parent b47205d commit db80bfb

16 files changed

+125
-4
lines changed
+121
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
title: 'Schedule & Join Web3 Video Calling Huddle01'
3+
sidebar_position: 8
4+
image: 'img/user/guides/tips/huddle01/new-message.png'
5+
---
6+
7+
<div className="text-center">
8+
<img
9+
className="guides-image"
10+
alt="Huddle01 & Mailchain integration with a new web3 email being composed"
11+
src="/img/user/guides/tips/huddle01/new-message.png"
12+
/>
13+
</div>
14+
15+
Huddle01 is a decentralized video conferencing platform designed for the Web3 ecosystem. It provides secure, peer-to-peer communication channels, ensuring privacy and data integrity. The platform is built for decentralized communities, offering features like token-gated meetings and wallet-based identity verification, making it an ideal solution for secure, blockchain-enabled video interactions.
16+
17+
The Huddle01 integration with Mailchain allows users to initiate, schedule, and join video calls using their blockchain addresses, enhancing the Web3 communication experience with a robust, privacy-focused video conferencing feature, all within the familiar Mailchain interface.
18+
19+
## Schedule a Web3 Video Call
20+
21+
1. To schedule a video call and invite participants, navigate to the Mailchain Inbox and select the Compose button. This will open the new message modal.
22+
23+
<img
24+
className="guides-image"
25+
alt="compose button"
26+
src="/img/user/guides/tips/huddle01/compose-button.png"
27+
/>
28+
29+
1. In the new message modal, enter your recipient addresses in the `To` field, then fill out the subject and message body.
30+
<img
31+
className="guides-image"
32+
alt="empty message"
33+
src="/img/user/guides/tips/huddle01/empty-message.png"
34+
/>
35+
1. Next, select the Huddle01 logo button. This will open the Huddle01 scheduling modal.
36+
<img
37+
className="guides-image"
38+
alt="huddle01 logo button"
39+
src="/img/user/guides/tips/huddle01/huddle01-logo-button.png"
40+
/>
41+
42+
1. The following options are available:
43+
<img
44+
className="guides-image"
45+
alt="schedule meeting modal"
46+
src="/img/user/guides/tips/huddle01/schedule-meeting-modal.png"
47+
/>
48+
49+
1. **Meeting Title** - The default title is your message's subject. To change it, turn off `Same meeting title as message subject` and type a new title in `Meeting title`.
50+
51+
<img
52+
className="guides-image"
53+
alt="toggle meeting title"
54+
src="/img/user/guides/tips/huddle01/toggle-meeting-title.png"
55+
/>
56+
57+
1. **Meeting Date & Time** - Meetings are automatically set for the current date and time, beginning at the next quarter-hour mark. Update each field to schedule your meeting for a different date and time, or change the duration of the meeting.
58+
59+
<img
60+
className="guides-image"
61+
alt="select date and time"
62+
src="/img/user/guides/tips/huddle01/select-date-and-time.png"
63+
/>
64+
65+
1. Once you have entered your meeting details, select the `Add invite to message` button.
66+
67+
<img
68+
className="guides-image"
69+
alt="add invite to message"
70+
src="/img/user/guides/tips/huddle01/add-invite-to-message.png"
71+
/>
72+
73+
1. Review your message and meeting details. You will see the meeting details in the message body.
74+
75+
<img
76+
className="guides-image"
77+
alt="review message"
78+
src="/img/user/guides/tips/huddle01/review-message.png"
79+
/>
80+
81+
1. Select the `Send` button to send your message and schedule your meeting.
82+
83+
## Managing Web3 Video Conference Invitations
84+
85+
### View Meeting Details
86+
87+
When you receive a video call invitation, you will see the meeting details in the message body.
88+
89+
<img
90+
className="guides-image"
91+
alt="received message"
92+
src="/img/user/guides/tips/huddle01/received-message.png"
93+
/>
94+
95+
### Join a Meeting
96+
97+
To join the meeting, select the `Join via Huddle01` button. This will open the Huddle01 video conferencing platform in a new browser tab.
98+
99+
<img
100+
className="guides-image"
101+
alt="join via huddle01"
102+
src="/img/user/guides/tips/huddle01/join-via-huddle01.png"
103+
/>
104+
105+
### Add to Calendar
106+
107+
You can add the meeting to your calendar. Select the `Add to Calendar` button. You can then download the meeting details to add to your calendar.
108+
109+
<img
110+
className="guides-image"
111+
alt="add to calendar"
112+
src="/img/user/guides/tips/huddle01/add-to-calendar.png"
113+
/>
114+
115+
When the time comes, you can join the meeting by clicking the link in the calendar event. This will open the Huddle01 video conferencing platform in a new browser tab. You can also join the meeting directly from the Mailchain Inbox by selecting the `Join via Huddle01` button.
116+
117+
<img
118+
className="guides-image"
119+
alt="join from calendar"
120+
src="/img/user/guides/tips/huddle01/join-from-calendar.png"
121+
/>

docs/user/guides/tips/you-got-mail.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'You Got Mail! Get Existing Messages'
3-
sidebar_position: 2
3+
sidebar_position: 60
44
image: 'img/thumbs/social-square-1.png'
55
---
66

sidebars.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const sidebars = {
5757
{
5858
type: 'category',
5959
label: 'Registering Wallets & Identities',
60-
collapsed: false,
60+
collapsed: true,
6161
link: {
6262
type: 'generated-index',
6363
title: 'Registering Wallets & Identities',
@@ -252,7 +252,7 @@ const sidebars = {
252252
{
253253
type: 'category',
254254
label: 'Best Practices',
255-
collapsed: false,
255+
collapsed: true,
256256
link: {
257257
type: 'generated-index',
258258
title: 'Mailchain Best Practices',
@@ -275,7 +275,7 @@ const sidebars = {
275275
},
276276
{
277277
type: 'category',
278-
label: 'Tips & Tricks',
278+
label: 'Productivity, Tips & Tricks',
279279
collapsed: false,
280280
link: {
281281
type: 'generated-index',
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)