Questions tagged [circuit-sdk]

Questions related to Circuit REST API, JavaScript, Node.js and iOS SDK.

Technical questions related to any of the Circuit SDKs or APIs, or Circuit OAuth 2.0.

Current supports SDKs/APIs are:

JS SDK API reference at https://circuitsandbox.net/sdk/

Examples listed at https://circuit.github.io/ and complete examples apps at https://github.com/circuit

OAuth related info and app registration at https://circuit.github.io/oauth.html

68 questions
0
votes
1 answer

Attach a file (picture) to a conversation

I would like to be able to attach a file to a conversation, using the REST API. Is it possible? There is a «attachments» to /conversations/{convId}/messages/{itemId} but is that usable? How? The description of that field is not available.
0
votes
1 answer

Limit for the flagged items in Circuit REST API

I see that there is no pagination in most of the Circuit API. One example is: GET/conversations/{convId}/messages/flag Does that mean that I will always get all the messages at once? Is there any plans to add pagination to the UPIs?
0
votes
1 answer

How can I add participants in a massive way to a conference?

we need to add a large number of students to the conference or group regardless of whether they are registered in circuit Can be done? What method could I use? we use JS SDK Thank you
0
votes
1 answer

How can I send messages with attachments from circuit unify?

I need to send messages with attachments to the conference, also update messages for all users with an event. Can somebody help me? any example please
0
votes
1 answer

Circuit SDK File Upload Example not working on node 8

I am currently playing with the file upload functionality. Using the example from: https://github.com/circuit/node-sdk-example/blob/master/index.js var FileAPI = require('file-api'); var File =…
0
votes
1 answer

Switch front/back camera on Android while on WebRTC call using Circuit SDK

I am able to make a direct call between a Circuit WebClient and the example SDK app at https://output.jsbin.com/posoko. When running the SDK example on a PC with a second camera (USB), the switching between the built-in camera and the USB camera…
Christian Garbin
  • 2,512
  • 1
  • 23
  • 31
-1
votes
1 answer

SDK_ERROR At least one participant (other than self is required)

Hi Once I fill the contact form in and press the submit button i'm getting the following error, can anyone provide any assistance? Error creating new complaint Error at new circuit.Error…
-2
votes
1 answer

How can I activate or deactivate my own microphone in a conference in circuit?

How can I activate or deactivate my own microphone in a conference? we used this: client.muteDevice(call.callId, null, {mic: true, speaker: true}) but give error
1 2 3 4
5