Michaël
Michaël
Hello guys, juste came across the same problem in my Electron app, first video loaded always gets ads. Did you have the time to look into it ? :)
Hello @skunkfox, I made a repro of this bug on Electron Fiddle if it's helpful : https://gist.github.com/bf00689b195a6464b2f21fd6e9671595
Demo code : ```typescript const meeting = VideoSDK.initMeeting({ meetingId: 'wrongnumber', name: 'Participant', micEnabled: true, webcamEnabled: true, multiStream: false }) meeting.on('error', (data) => { console.log('error', data) }) meeting.on('meeting-state-changed', ({ state })...
@ishabodiwala Thanks for your answer. I know this is what's supposed to happen, however in latest version of the client it's not ! See provided code sample above. This is...
yep other nodes like HTTP work fine with big files
Hello @Joffcom, do you know when there is a chance this is gets implemented ? :)
Hello @philpax, have you seen https://github.com/ggerganov/llama.cpp/pull/1773 on this topic ?
I'm facing the exact same error.
Any updates on this ?