How To Change the Video Window from "Sending" to "Not Sending" and so on (175759)



The information in this article applies to:

  • Microsoft NetMeeting 2.1 Software Development Kit (SDK)

This article was previously published under Q175759

SUMMARY

How can I change the video window from "sending" to "not sending" or "previewing" to "sending," and so on?

If you are not in a call, you can change the state from idle to previewing by using InmChannelVideo::SetProperty to set NM_VIDPROP_PAUSE to 0 (zero).

If you are in a call, you can change the state from idle to sending by using InmChannelVideo::SetProperty to set NM_VIDPROP_PAUSE to 0 (zero). When you join or initiate a call, you automatically transition from either idle to not sending or from previewing to sending. You cannot preview while in a call and you cannot send while you are not in a call.

Modification Type:MinorLast Reviewed:6/29/2004
Keywords:kbhowto KB175759