This Bot demonstrates how to interact with the Meeting-Bot.
- Create an atom with the tag
meetingapi - Wait for the Meeting-Bot to match your atom.
- Catch the
ConnectCommandEventand resend aConnectCommandif the connection state is notCONNECTED - Next time you catch a
ConnectCommandEventthe connection will be established. - Send a
WonMessageincluding aVenueRequest. - Catch the
MessageFromOtherAtomEventand extract the message from the event. - Parse the message as a
VenueResponse