Enable the Cloud recording option

Cloud recording option:

Hi,
I would like to know about how to enable the Cloud Recording for each user in a single session. We are using zoom video SDK web app v1.5.1.

Description
We are using the ZOOM Video SDK Web Platform v1.5.1 (React-JS). We tried to record the users videos separatley by using

cloud_recording_option : 1

It’s not working. How can we enable this option.

Which Web Video SDK version?
v1.5.1.

Video SDK Code Snippets

oPayload = {
      app_key: sdkKey,
      version: 1,
      iat,
      exp,
      tpc: topic,
      session_key: SESSION_KEY
      user_identity: USER_IDENTITY
      pwd: passWord,
      role_type: role,
      cloud_recording_option: 1,
      geo_regions: locations,
    }

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Run The React-Demo project
  2. Create a main session
  3. Start the recording
  4. Check the recording details

Device (please complete the following information):

  • Device: [Desktop, Mobile]
  • OS: [IOS, WINDOWS, Android]
  • Browser: [Chrome, Safari, Edge]
  • Browser Version [111.0, 16.3, 108.0]

Hi @eswarsai305 , there are a couple of pre-requisites that you need before testing individual cloud recording.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.