Hi, i am trying to open "rtsp://......3.gp" link form my application.
tried to do this this that way:
RApaLsSession apaLsSession;
apaLsSession.StartDocument
(aLinkName, threadId, RApaLsSession::ELaunchNewApp);
but this is probably wrong way.
waiting for help, thanks.