| Microsoft DirectX 8.1 (Visual Basic) |
The Conferencer sample is similar in form to Microsoft® NetMeeting®.
Source: (SDK root)\Samples\Multimedia\VBSamples\DirectPlay\Conferencer
Executable: (SDK root)\Samples\Multimedia\VBSamples\DirectPlay\Bin
You may "call" friends in this application, and then share files, share a whiteboard, use voice chat, and text chat.
The following table lists the messages that the Conferencer sample handles.
| MsgChat | This message is received when someone is chatting (text) in the chat window. |
| MsgWhisper | This message is received when someone is whispering (text) in the chat window. |
| MsgAskToJoin | When a user attempts to contact you, this message is sent, which will pop up a dialog that enables the person receiving the event the opportunity to deny this person from joining. |
| MsgAcceptJoin | You will to allow this person to join your session. |
| MsgRejectJoin | You will not allow this person to join your session. |
| MsgCancelCall | You no longer want to wait for the session you are attempting to join to either accept or deny you. |
| MsgShowChat | Someone has opened the text chat window, and wants this session to do the same. |
| MsgSendFileRequest | Request a file transfer. |
| MsgSendFileAccept | Accept the file transfer. |
| MsgSendFileDeny | Deny the file transfer. |
| MsgSendFileInfo | Send file size information. |
| MsgSendFilePart | Send a part of the file. |
| MsgAckFilePart | Acknowledge the file part. |
| MsgSendDrawPixel | Send a drawn pixel in the whiteboard window, including color. |
| MsgSendDrawLine | Send a drawn line in the whiteboard window, including color. |
| MsgShowWhiteBoard | Show the whiteboard window. |
| MsgClearWhiteBoard | Clear the contents of the whiteboard. |