Questions tagged [rtcc]

RTCC is the library name of the RealTime Communication API and SDK from SightCall. The library name is used in Javascript, iOS and Android.

4 questions
4
votes
1 answer

Class RTCCVPixelBuffer is implemented in both, One of the two will be used. Which one is undefined

I have an issue with dependencies included in Class RTCCVPixelBuffer. I am using OpenTok SDK in my iOS App. When I try to run the app, I get a console full of error like : Class RTCCVPixelBuffer is implemented in both…
1
vote
1 answer

How to force VideoCall in WebTRC mode using SightCallAPI?

I'm currently working on a SightCall Proof Of Concept for my clients. In order to give our clients what they need, I will need access to the HTML video element which SightCall uses to show the call. According to the quick-start example…
Christophe
  • 55
  • 9
0
votes
1 answer

pic18F47J53 RTCC not starting

Using a PIC18F47J53, MPLAB x, XC8 (v2.31), I am trying to use the internal RTCC, but I cannot see it counting (the seconds). The register RTCVALL, is not changing after waiting a few seconds. I would like to use the 8MHz internal oscillator for the…
0
votes
0 answers

32.768 Secondary Oscillator for PIC

I am using a 32.768Khz sec oscillator with the PIC24fj64ga002 to make use of the RTCC of the PIC. So far my RTCC code is working but I am not able to get my oscillator to work properly. I used an alarm of 1 minute to toggle an led using RTCC but I…