Can somebody please clearify why i always have an error ; 80EE0080 when i
try to activate the video devices ?
At all following lines the program generates an error concerning the video
devices ;
' Prepare the sample to send and receive both audio and video
Call g_objRTCClient.SetPreferredMediaTypes(RTCMT_AUDIO_SEND or
RTCMT_VIDEO_SEND Or RTCMT_AUDIO_RECEIVE Or RTCMT_VIDEO_RECEIVE, True)
Set g_objVideoSend = g_objRTCClient.IVideoWindow(RTCVD_PREVIEW)
Set g_objVideoRecv = g_objRTCClient.IVideoWindow(RTCVD_RECEIVE)
I have a web cam attached and it is working under Messenger. The lines and
program i use for testing is the basic RTC SDK sample.
Thnx in advance.
Roy
-Vishal
-Vishal
This posting is provided AS IS with no warranties, and confers no rights.
Please do not send e-mails to the sender directly; use the group address
instead.
oy14667" <roy_wi...@telebyte.nl> wrote in message
news:db239c9faf0cfe25...@localhost.talkaboutsoftware.com...