Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2021-12-31 03:08 AM
private fun initializeSdk(context: Context) {
val sdk = ZoomSDK.getInstance()
Log.e("@@", sdk.isInitialized.toString())
val params = ZoomSDKInitParams().apply {
appKey = "ZYTtLTTgQESn2l1Je7eQ"
appSecret = "WarVzG4ur2zV3t73n6o8NMhoEEPkVcdCZ"
domain = "zoom.us"
enableLog = true
}
val listener = object : ZoomSDKInitializeListener {
override fun onZoomSDKInitializeResult(errorCode: Int, internalErrorCode: Int) = Unit
override fun onZoomAuthIdentityExpired() = Unit
}
I am getting error always us.zoom.sdk.JoinMeetingParams, us.zoom.sdk.JoinMeetingOptions)' on a null object reference
i have import latest sdk version 5.9
2021-12-31 03:09 AM
i am getting is isinitalise = false
2022-01-03 08:08 AM
You might have more success by asking this question in the DevForum, which is better suited to handle these sorts of questions.