Questions tagged [videosdk.live]

10 questions
3
votes
0 answers

Catching error `TypeError: Cannot read properties of null (reading 'canProduce')` when trying to use mic with videosdk

Edit I fixed it by adding permissions during token generation: permissions: ['allow_join', 'allow_mod'], Reproducible demo here Whenever I try to toggle the mic, webcam or screenshare system, I keep receiving the error: TypeError:…
Mike K
  • 7,621
  • 14
  • 60
  • 120
2
votes
1 answer

VideoSDK api don't use updated state

I'm using React + ASP.NET application and using VideoSDK API for video-meeting. const meetingAPI = useMeeting({ onMeetingJoined: () => { meetinAPI.muteMic(); meetinAPI.disableWebcam(); if (isCreator) { let intervalId =…
Varenytsia
  • 23
  • 3
1
vote
1 answer

VideoSDK api is not working on deployment server

I'm using VideoSDK api on Angular + ASP.NET project. It's working fine on my local, but on deployment server, it's not working. I've deployed sample react project that cloned from VideoSDK documentation to the smarterasp.net, but not working too.
1
vote
1 answer

How to get the response data by using react-query useMutation and axios post method?

I'm trying to get the data from a axios post methed. I can get it by only using axios. I cannot figure out why using the react-query useMutation console log the response data is undefined. api/index.js export const postCreateMeetingId = async…
Jenny Huoh
  • 13
  • 4
1
vote
1 answer

React Native Sample Code for videosdk.live is returning error "Invalid hook call. Hooks can only be called inside..."

I have downloaded the sample code for Videosdk.live. The 2 Sample code I downloaded were the sample code for the SERVER (videosdk-rtc-nodejs-sdk-example) and the sample code for REACT-NATIVE (videosdk-rtc-react-native-sdk-example-master). I first…
preston
  • 3,721
  • 6
  • 46
  • 78
0
votes
0 answers

How to add video calling functionality in Ionic-react app, using capacitor, with Zoom SDK(or any other)

I want to add a video calling feature in my ionic-react app with capacitor, I see that there is a zoom SDK plugin but there is no documentation avaliablle for react, can some give me a react code that I can implement in that As ZOOM SDK docs was not…
0
votes
0 answers

videosdk library is opening back camera instead of front in iphone

I am using videosdk for video meeting in my website. Everything is working fine on Android and desktop but while using iPhone, it starts back camera instead of front camera. However, I have used facing mode as front. async function…
0
votes
0 answers

How to extract a video frame of a participant using videosdk?

I am currently doing a medical app whereby live meetings are implemented using a third-party SDK "videosdk", and that we do classification on the patient's emotions during the live meeting. What I am trying to do here is that I want to extract a…
0
votes
0 answers

Need Help on a Facebook app code in order to show Live Videos

I need some assistance on my final capstone design project for my university. My question is, How can I develop an android studio code (Kotlin) for Facebook in order to show Live videos from a "Client" website? I already have a working code that…
0
votes
1 answer

Undefined when import methods from '@videosdk.live/react-native-sdk'

For my RN project, I use '@videosdk.live/react-native-sdk'.When I try to import a method from the library I get undefined. I can't figure out what's going on. I did everything according to the instruction and set it up correctly. The problem is not…