Schedule a meet
Send meet message#
A meet message typically refers to a message or communication related to scheduling or planning a meeting. These messages can include information about the Scheduled date,time and meet link.
You can send the created meet link in previous step by using the sendMeetMessage() method. You can share the title, link and scheduled date and time using this method.
caution
If Group call feature is unavailable for your plan, then it will throw 403 exception
| Argument | Type | Description | 
|---|---|---|
| MESSAGE_PARAMS | MeetMessage | Object to hold the parameters of the meet message | 
| CALLBACK | FlySendMessageListener | callback to observe the action status | 
Receive meet message#
To receive a meet message from another user, you must implement the messageListener function. Itβs a function that will be triggered whenever you receive a new message or related event in the chat.
info
To learn more on message listener callbacks, see the Message Events Delegate.