Send Messages - Prebuilt
This feature allows participants who wants to notify other participants via chat messages or Raise hand in the meeting.
Chat
If a participant wants to inform or notify something in current meeting, they can use this feature to communicate with other participants in the meeting.
-
chatEnabled
: If it is true, then chat button will be visible on top bar of the meeting. If it is false, then chat button won't be available on top bar of the meeting.
Raise hand
It allows participant to raise their hand virtually to indicate that participant has some doubts or comment during the meeting.
-
raiseHandEnabled
: If it is true, then raise hand button will be visible on top bar of the meeting. If it is false, then raise hand button won't be available on top bar of the meeting
const config = {
// ...
chatEnabled: true,
raiseHandEnabled: true,
// ...
};
Got a Question? Ask us on discord