Page 1 of 1

Audio only

Posted: Tue Aug 11, 2015 7:49 am
by JimHawkins
Is it possible to use only audio stream connections (including via the server)?

This is important for us because not all classrooms have webcams.

Posted: Tue Aug 11, 2015 8:59 am
by Sergey Tkachenko
Yes, of course, you can send only audio information.
If you do not have a camera, just do not activate TRVCamera, and data will be sent only from TRVMicrophone,
Even if you have the both of them, you can control transferring by including/excluding rvmtAudio and rvmtVideo in TRVCamSender.SendMediaTypes and TRVCamReceiver.ReceiveMediaTypes

Posted: Tue Aug 11, 2015 9:05 am
by JimHawkins
Thanks, Sergey