Questions tagged [zegocloud]

27 questions
3
votes
1 answer

Error reported when using Pod to access CallKits SDK of ZEGOCLOUD

I want to use ZEGOCLOUD's Call Kits SDK. When I access it according to their development documentation, Pod install reports an error. Podfile: # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target…
Jim K
  • 47
  • 3
2
votes
1 answer

I am using Zegocloud video classes in flutter app and getting this issue java.lang.UnsatisfiedLinkError: dlopen failed

java.lang.UnsatisfiedLinkError: dlopen failed: library "libRoomkitDC.so" not found after this error the application closed unexpectedly. E/AndroidRuntime( 4629): FATAL EXCEPTION: main E/AndroidRuntime( 4629): Process: com.webbullindia.lms.ssa, PID:…
2
votes
1 answer

JSON data extraction and write to DIV | Chat&Call APP | ZegoCloud

newbie here, I need help with a Chat integration: Here is a Function which I use to send message: ZegoExpressManager.shared.sendBroadcastMessage( config.roomID, "hello world!" ); With this one I receive it to my…
1
vote
0 answers

Why do I face missing plugin error when I run app in release mode?

So I get this error E/flutter (13292): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getVersion on channel zego_zim_plugin) from zegocloud when I run app in release…
Homerunner
  • 51
  • 5
1
vote
0 answers

How to exclude a class from a library implemented in dependencies? android

I just implemented this library, which is essential for the app to work: implementation 'com.github.ZEGOCLOUD:zego_uikit_prebuilt_call_android:2.1.2' The problem is that after its implementation I get this error: Duplicate class…
1
vote
1 answer

I'm making a video call application using the Zegocloud sdk, but an error occurs when I run it

FAILURE: Build completed with 2 failures. 1: Task failed with an exception. What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform…
N E T R S
  • 11
  • 1
1
vote
1 answer

Preview and push stream are all black

I use ZEGOCLOUD express SDK. After accessing beauty through custom pre-processing, the preview and push stream are all black. code: express.enableCustomVideoProcessing( enable: true, config,…
Larry
  • 21
  • 6
1
vote
1 answer

Stream APP ZegoCloud Easy Example Web turn to Audio Only

I'm very new to java and need to customize one Example of ThisGit The Example above shows the Web Communication with Video, but I need to turn it to Audio This must be done by edit Join ROOM function: Everything I'm trying shows errors ... Maybe…
0
votes
0 answers

Flutter integrate voice messages with Zegocloud SDK

Below is my error code: send message failed with code: 110018, message: file duration error Below is my current code: (Allow pickup file audio as mp3 from my local device then send using ZIMkit) ZIMKit().pickFiles(type: FileType.any).then((files)…
kosalsim
  • 13
  • 4
0
votes
2 answers

How to fix 'ReferenceError: document is not defined' when using ZEGOCLOUD API with Next.js?

I'm working on a web platform for online video conferencing and I'm using ZEGOCLOUD as api with next js but when I run my program I get this error #ReferenceError: document is not defined import React, {useEffect, useState} from 'react'; import…
Benjamin
  • 3
  • 2
0
votes
1 answer

Illegal 'use strict' directive in function with non-simple parameter list

Illegal 'use strict' directive in function with non-simple parameter list See Image of the Error Uncaught SyntaxError: Illegal 'use strict' directive in function with non-simple parameter list at…
0
votes
0 answers

How to detect incoming video call from from ZegoCloud when app is closed or when chat activity is destroyed?

I'm trying to use ZegoCloud to add audio & video call features, and it's working fine while the sender and receiver are in the same activity (Chat Activity). But, when the receiver is on another activity, the app in background or the app is closed,…
Mahmoud Nabil
  • 243
  • 2
  • 12
0
votes
0 answers

Illegal char <:> at index 47: com.example.appName.app-mergeDebugResources-154:/values/values.xml

This error appears when trying to put these two implementations for ZegoCloud: implementation 'com.github.ZEGOCLOUD:zego_uikit_prebuilt_call_android:+' implementation 'com.github.ZEGOCLOUD:zego_uikit_signaling_plugin_android:+' And the error is…
0
votes
1 answer

Error: Requiring module which threw an exception: Invariant Violation: "background" "background" is not a valid style property

I am implementing ZEGCLOUD one-to-one voice call. I am facing this error. Error: Requiring module "node_modules@zegocloud\zego-uikit-prebuilt-call-rn\lib\commonjs\index.js", which threw an exception: Invariant Violation: "background" is not a valid…
Ali Hassan
  • 71
  • 7
0
votes
0 answers

Want to show youtube live stream video to my agora live stream using flutter

I have requirement of the showing YouTube live stream or any YouTube URL provided to the app into the any live streaming platform(EX: agora) in a flutter app. I have tried agora for this requirement, but i need other options as well for this…
Jay_Panchal
  • 327
  • 2
  • 11
1
2