Тёмный
No video :(

1 on 1 Video Call App using ZEGOCLOUD in Flutter | ZEGOCLOUD UI Kit | Hindi 

Rohit Semriwal
Подписаться 6 тыс.
Просмотров 3,7 тыс.
50% 1

Sign up for 10,000 free minutes: bit.ly/3jyzOPl
Find out more about ZEGOCLOUD: bit.ly/3VFR96F
How to build video call app: bit.ly/3WLEbVO
In this video, we'll be creating a simple 1 on 1 Video Call app using ZegoCloud.
ZEGOCLOUD is a global cloud communication service provider that was founded in June 2015. ZEGOCLOUD enables enterprises and developers to easily and quickly obtain real-time audio and video communication capabilities by integrating a single SDK, and enjoy smooth, reliable audio and video experiences with high quality even in the weak network conditions.
Don't forget to subscribe so you don't miss out on any future updates.

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@RohitSemriwal
@RohitSemriwal Год назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO
@captain_m7362
@captain_m7362 Год назад
Aaj bahut se logon ki Murad puri ho gayi..😄😄😄thank you sir
@ai_malllu
@ai_malllu Год назад
king is backkkkk
@RohitSemriwal
@RohitSemriwal Год назад
📈
@jatinrana2211
@jatinrana2211 Год назад
Bro killing🔥thank you so much 🙏
@RohitSemriwal
@RohitSemriwal Год назад
Glad you liked the video 😁
@santoshsharma-ni9zo
@santoshsharma-ni9zo Год назад
You are really osm 🙏it's very usefully video
@RohitSemriwal
@RohitSemriwal Год назад
Glad you liked it!
@user-tm5we7ue9s
@user-tm5we7ue9s Год назад
how can Implement invitation calls when the receiver is in background or terminated mode ?
@haidernaqvi87
@haidernaqvi87 9 месяцев назад
How to notify the other user if the app is closed?
@aakashraza2672
@aakashraza2672 Год назад
How can we show the other user about incoming call?
@RohitSemriwal
@RohitSemriwal Год назад
You'll have to use the ZegoUIKitPrebuiltCallWithInvitation widget in that case. The link below has examples for this use case too: pub.dev/packages/zego_uikit_prebuilt_call
@obaidhuzaifa
@obaidhuzaifa Год назад
It's really glad to found your channel. I loved your teaching style...Super excited for upcoming episodes and tutorials as well. Is it possible to connect with you on WhatsApp etc?
@RohitSemriwal
@RohitSemriwal Год назад
You can find me on Instagram or LinkedIn.
@obaidhuzaifa
@obaidhuzaifa Год назад
@@RohitSemriwal Sure, I will message you on LinkedIn..
@1007mohammad
@1007mohammad 9 месяцев назад
Web to application bhi call ho sakti ha
@KiddosGameCenter
@KiddosGameCenter Год назад
Bhai is mein admob ki ads kah se lag hai
@defensivepower7988
@defensivepower7988 Год назад
Bhai Agora pr b video bnao with app background & app terminate conditions
@akash_mishraji
@akash_mishraji Год назад
sir, please complete amazon clone series. thank you 🙏
@samratahammed1522
@samratahammed1522 Год назад
thank you sir for a nice video
@RohitSemriwal
@RohitSemriwal Год назад
Glad you liked the video!
@jiteshthakare2687
@jiteshthakare2687 Год назад
Bhai GetX pe ek series bana sakte ho kya?
@AliKhan-ln1dn
@AliKhan-ln1dn Год назад
Hi Rohit , can you please upload in app purchase in flutter ?
@aqibitverification3487
@aqibitverification3487 Год назад
Can we make the 1 App with help of API's by using flutter
@ravindrapatil9436
@ravindrapatil9436 Год назад
When come ecommerce application using flutter bloc tutorial? please upload it I'm waiting for this app previous 2- 3 month's .
@RohitSemriwal
@RohitSemriwal Год назад
Next video will be on ecommerce application!
@IQverse1023
@IQverse1023 Год назад
why you choose zegocloud
@RohitSemriwal
@RohitSemriwal Год назад
I really liked the ease of integration and specially the pre-built UI Kits, that's why I chose ZEGOCLOUD instead of something like Agora.
@jayantkumar1954
@jayantkumar1954 Год назад
🔥🔥
@RohitSemriwal
@RohitSemriwal Год назад
📈
@Hellowow0112
@Hellowow0112 Год назад
call not not working. Separate group created with same callid why?
@RohitSemriwal
@RohitSemriwal Год назад
Make sure you're using same call id but different user id for two different devices.
@malikarif6257
@malikarif6257 Год назад
sir g need complete paid course of flutter firebase
@RohitSemriwal
@RohitSemriwal Год назад
Coming Soon, I'm working on a project base on just that!
@malikarif6257
@malikarif6257 Год назад
@@RohitSemriwal thanks sir g
@SurajPokhrel
@SurajPokhrel Год назад
Thanks brother. Cant we use WebRCT
@RohitSemriwal
@RohitSemriwal Год назад
Yes we can use WebRTC, but it's harder to implement and maintain. The point of this video was just to make a 1 on 1 video call app as quick as possible.
@traglesofrware6293
@traglesofrware6293 Год назад
sir ek problem hai mai ek custom text field bna rha tha usme kuch error aa rha hai ye mera code hai import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; class CustomInputFeilds extends StatefulWidget { const CustomInputFeilds( {super.key, required this.controller, this.prefixIcon, this.lableText, this.hintText, required this.inputType}); final TextEditingController controller; final Widget? prefixIcon; final String? lableText; final String? hintText; final String? inputType; @override State createState() => _CustomInputFeildsState(); } class _CustomInputFeildsState extends State { @override Widget build(BuildContext context) { List numberInputFormatter = [ // for below version 2 use this FilteringTextInputFormatter.allow(RegExp(r'[0-9]')), // for version 2 and greater youcan also use this FilteringTextInputFormatter.digitsOnly ]; return TextFormField( controller: widget.controller, autovalidateMode: AutovalidateMode.onUserInteraction, validator: (value) { switch (widget.inputType) { case "email": { if (value == null || value.isEmpty) { return "Please enter ${widget.lableText}"; } if (!value.contains("@")) { return "Please enter valid email"; } return widget.controller.text; } case "text": { if (value == null || value.isEmpty) { return "Please enter ${widget.lableText}"; } return widget.controller.text; } case "number": { if (value == null || value.isEmpty) { return "Please enter ${widget.lableText}"; } return widget.controller.text; } case "password": { if (value == null || value.isEmpty) { return "Please enter ${widget.lableText}"; } return widget.controller.text; } } }, inputFormatters: (widget.inputType == "number") ? numberInputFormatter : null, keyboardType: (widget.inputType == "number") ? TextInputType.number : null, obscureText: (widget.inputType == "password") ? true : false, decoration: InputDecoration( prefixIcon: widget.prefixIcon, labelText: widget.lableText, hintText: widget.hintText, labelStyle: const TextStyle(color: Colors.black), border: const OutlineInputBorder( borderRadius: BorderRadius.all(Radius.circular(16))), )); } } aur ye error This function has a nullable return type of 'String?', but ends without returning a value. Try adding a return statement, or if no value is ever returned, try changing the return type to 'void'. sir please help kijiye
@RohitSemriwal
@RohitSemriwal Год назад
You're missing the default: in the switch statement. You should always provide a default return value.
@traglesofrware6293
@traglesofrware6293 Год назад
@@RohitSemriwal sir mai vo default value krke dekh chuka hu uske baad ye error aa rha hai Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
@traglesofrware6293
@traglesofrware6293 Год назад
@@RohitSemriwal thank you sir vo error ht gya 🤩🤩
@zayyu8989
@zayyu8989 Год назад
FAILURE: Build 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 express-video-3.0.2.aar (com.github.zegolibrary:express-video:3.0.2) to match attributes {artifactType=android-aar-metadata, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Could not find express-video-3.0.2.aar (com.github.zegolibrary:express-video:3.0.2). Searched in the following locations: jitpack.io/com/github/zegolibrary/express-video/3.0.2/express-video-3.0.2.aar * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights.
@snopcatdeveloper653
@snopcatdeveloper653 Год назад
ha ha ha same2u bro you resolve it??
@webdesigndigitalindia4661
@webdesigndigitalindia4661 Год назад
sir please explain about how to show incoming call to an other user ? @RohitSemriwal
@RohitSemriwal
@RohitSemriwal Год назад
You'll have to use the ZegoUIKitPrebuiltCallWithInvitation widget in that case. The link below has examples for this use case too: pub.dev/packages/zego_uikit_prebuilt_call
Далее
Flutter Video & Audio Call Using ZEGOCLOUD SDK
15:29
Просмотров 12 тыс.
Fixing Plastic with Staples
00:18
Просмотров 814 тыс.
Flutter Agora Video Call
18:18
Просмотров 68 тыс.
Learn WebRTC for Making Video Calling Apps💛
20:51