ID: Q175759
The information in this article applies to:
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.
Additional query words:
Keywords : kbNetMeeting kbSDKNMeet210 kbSDKPlatform kbfaq
Version : 2.1
Platform : WINDOWS winnt
Issue type : kbhowto
Last Reviewed: December 17, 1998