Questions tagged [temasys]
9 questions
2
votes
2 answers
Using AttachMediaStream with React Render Method?
I'm working on integrating AttachMediaStream into a program that uses React.
I can attach a media stream to an element like so:
var vid = document.getElementById("myVideo");
attachMediaStream(vid, stream);
But that's outside of the React Render…

VikR
- 4,818
- 8
- 51
- 96
1
vote
1 answer
getUserMedia in IE 11 or MediaStream in IE 11
I am trying to use getUserMedia function with the help of temasys plugin in IE 11. getUserMedia returns an instance of MediaStream which is not supported by IE.
Here is my sample code:
import React from 'react'
import { render } from…

Ritesh Bansal
- 3,108
- 2
- 16
- 23
1
vote
2 answers
Using webRTC for recording sound through microphone
I am developing an app which records the user Audio. For recording audio I am using getUserMedia API. The maximum length of the audio will be around 15 minutes. I don't want to store it in cache. I did it by streaming directly to the node js server.…

Prasanna Mahendiran
- 466
- 5
- 15
1
vote
2 answers
Meteor : "console" variable undefined inside require call
I'm facing a strange problem on Meteor and I can't resolve it :
I'm developping a WebRTC app using Meteor, PeerJS and AdapterJS (which give an WebRTC plugin for unsupported browser like Safari or IE). These two libs are downloaded using NPM : meteor…

Arsenalol69
- 13
- 4
1
vote
0 answers
Temasys android integration issue: "No value for version" V0.9.5
I have integrated Temasys lib to integrate Video calling feature. everything was working fine but suddenly stop. Following error log I'm facing while connecting for room after connection made between sender and receiver:
[onMessage] error: No value…

CoDe
- 11,056
- 14
- 90
- 197
0
votes
1 answer
how to find app features not being supported by current android version
I am trying to make a sample screen sharing app using Temasys sdk which uses webrtc for screen sharing, they have actually targeted for api level 29. I developed the screen sharing app and its working preety good in android 9 but in android 10 when…

Ankit Kaswan
- 35
- 1
- 8
0
votes
2 answers
QuickBlox application on IE11 with a plugin?
We are developing a chat application with QuickBlox JavaScript SDK. However, for application to be able to run on IE11 we need a plugin. We have tried Temasys webRTC plugin for IE but it doesn't work with QuickBlox. Is there any plugin that can…

Maja Milanovic
- 11
- 1
0
votes
1 answer
How to integrate skylink in react project?
I am using Skylink for video calling and I want to use in a react project. I know how to use it with Vanilla JavaScript as their demo project is at codepen
But when I try to use it with react I am getting some errors. Here is how I…

smtaha512
- 420
- 5
- 11
0
votes
1 answer
Temasys library connection issue
I am compiling azure library gradle in sample app of Temasys library.
Azure library version:
compile 'com.microsoft.azure:azure-mobile-android:3.0'
Temasys gradle: compile(group: 'sg.com.temasys.skylink.sdk', // This is example
name:…

Monika Bindal
- 1
- 1