Error ZoomVideoSDKAudioStatus not found in Zoom Video SDK

Hello, i have some trouble with Zoom Video SDK, i’ve been followed all instruction to include Zoom Video SDK in android project. below is my configurations:

Zoom Video SDK for Android version 5.11.3.7251

  • settings.gradle
include ':commonlib'
include ':mobilertc'
  • build.gradle app
dependencies {
    implementation project(':commonlib')
    implementation project(':mobilertc')
}

Here’s the error logs while build project in Android Studio

error: cannot find symbol
import us.zoom.sdk.ZoomVideoSDKAudioStatus;
                  ^
  symbol:   class ZoomVideoSDKAudioStatus
  location: package us.zoom.sdk

How i can fix those problems?, please help me. Thanks.

is the problem solveD??

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