Closed NandyRL closed 8 months ago
for additional context, this is how im calling the videosdkrederer
if (m_config.useRawVideo()) { if (!m_videoSource) { err = createRenderer(&m_videoHelper, m_videoSource); if (hasError(err, "create raw video renderer")) return err; } auto participantCtl = m_meetingService->GetMeetingParticipantsController(); int uid = participantCtl->GetParticipantsList()->GetItem(0); m_videoHelper->setRawDataResolution(ZoomSDKResolution_720P); err = m_videoHelper->subscribe(uid, RAW_DATA_TYPE_VIDEO); if (hasError(err, "subscribe to raw video")) return err;
@NandyRL this is the wrong repo. I think you are using the code from https://github.com/zoom/meetingsdk-headless-linux-sample
I am not receiving any callback in either repo
Do open a thread in devforum.zoom.us and tag me for this issue
zoomsdk-build | ✅ configure zoomsdk-build | ✅ initialize zoomsdk-build | ✅ authorize zoomsdk-build | ✅ join a meeting zoomsdk-build | ⏳ connecting to the meeting zoomsdk-build | ❌ unknown meeting status zoomsdk-build | ⏳ reconnecting to the meeting zoomsdk-build | ⏳ connecting to the meeting zoomsdk-build | ✅ connected zoomsdk-build | ⏳ requesting local recording privilege zoomsdk-build | ✅ start raw recording zoomsdk-build | ✅ create raw video renderer zoomsdk-build | ✅ subscribe to raw video
after this, i am not receiving any video recording, although the recording has started in my meeting
any idea why is this happening?