(Video SDK React Native) Cannot join session that were created by Video SDK Reactjs app

The react native example app cannot join session that was created by reactjs example app.

Test cases:

  • React native app join session that was created by another react native app: PASS
  • Reactjs web app join session that was created by react native app: PASS
  • Reactjs web app join session that was created by reactjs web app: PASS
  • React native app join session that was created by reactjs web app: FAIL

Errors
{“errorType”: “ZoomVideoSDKError_Session_Invalid_Param”}

Which React Native Video SDK version?
1.1.1

Which Reactjs Video SDK version?
1.1.7

Video SDK Code Snippets
call-screen.tsx

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

  1. Create session on Video SDK Web (reactjs) (Web version) with options:
    export const devConfig = {
    sdkKey: ‘xxxxxxxxxxxxx’,
    sdkSecret: ‘xxxxxxxxxxxxxxxxxxx’,
    topic: ‘qwe’,
    name: 333333,
    password: ‘123’,
    signature: ‘’,
    };

  2. On the Video SDK React Native example app, click the join button and fill the informations: Session Name: qwe, Display Name: 444444, Password: 123. And click Join
    Screenshot 2022-02-10 112658

  3. You cannot join session

Smartphone (that was used to run Video SDK React Native example app):

  • Device: Redmi 5A
  • OS: Android 8.1

Browser (that was used to run Video SDK Reacjs example app):

  • Google Chrome Version 98.0.4758.81
  • OS: Windows 10

Please check!

I’m not 100% sure if this is the same issue, but I noticed that the react-native-zoom-video-sdk/example is not up to date. The generated JWT does not include the role_type field, which is required since Video SDK v1.2.0.

2 Likes

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