Skip to main content

Jio Fiber Users Can Now Make Video Calls from TV Using Their Android Smartphone, iPhone Camera



Jio Fiber users can now make video calls from their TVs without requiring an external camera or webcam. Called ‘Camera on Mobile', the new feature is offered through the JioJoin app (previously named JioCall) available for Android and iOS devices. It allows users to form their phone camera an data input device for video calls. It enables video-calling through the JioFiberVoice that's bundled with Jio Fiber service to supply calling support to broadband users. Customers also can use the JioJoin app on their mobile devices to form voice calls using their landline number. The ‘Camera on Mobile' feature has been in testing for the previous couple of months, though it's now been unrolled to both Android and iOS users. To start making video calls on your TV using the camera of your mobile device, you wish to first configure your 10-digit Jio Fiber number on the JioJoin app. this may allow the app to virtually make your phone as a companion device for your Jio Fiber connection. Once you're finished the configuration, you'll be able to enable the ‘Camera on Mobile' feature from the JioJoin app settings. You're now able to use your phone as a webcam to create video calls through your TV. Jio Fiber recommends users to modify to 5GHz Wi-Fi band on their modems to urge better clarity in video calls. You can, however, experience the feature on the two.4GHz band yet — but maybe with some lag. The JioJoin app is obtainable for download through the App Store and Google Play. It requires devices to run on a minimum of Android 6.0 or iOS 10.0. In the recent past, companies including OnePlus and Xiaomi have brought webcams specifically for TVs to enable video calling through big screens as people are staying indoors thanks to the COVID-19 pandemic. In any case, the model of utilizing telephones as webcams carries extra comfort to Jio Fiber clients as they not should buy a different gadget for making video calls through their TVs. Notwithstanding, there are probably going to be some quality-level trade-offs as telephones will empower video feed to beneficiaries over Wi-Fi. Most affordable smartphones also do not have high-quality selfie cameras to deliver a good video-calling experience.

Comments

Popular posts from this blog

AI in Healthcare: Transforming Genetic Research and Beyond

  Introduction Artificial Intelligence (AI) is revolutionizing various sectors, and healthcare is no exception. One of the most promising applications of AI in healthcare is its role in genetic research, particularly in predicting and understanding protein structures. A breakthrough in this domain came with Google DeepMind’s AlphaFold, an AI system that accurately predicts 3D protein structures from amino acid sequences. This achievement has immense implications for diagnosing genetic disorders, identifying potential treatments, and advancing precision medicine. The significance of AI’s role in genetic research was highlighted when Sir Demis Hassabis and Dr. John Jumper were co-awarded the 2024 Nobel Prize in Chemistry for their contributions to AlphaFold. This blog explores the applications of AI in healthcare, focusing on genetic research, disease prediction, and personalized medicine. The Role of AI in Genetic Research Understanding Protein Structures: The AlphaFold Breakthrough...

What is the program to find that the given number is prime number or not in C language?

  A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. In C++, we can write a program to check whether a given number is prime or not. The program to find if a given number is prime or not in C++ can be written in several ways. Here, we will discuss two different approaches to write this program. Approach 1: Using a for loop In this approach, we will use a for loop to check if the given number is divisible by any number between 2 and n/2. If the number is divisible by any number in this range, then it is not a prime number. Otherwise, it is a prime number. Here is the code for the same: #include <iostream> using namespace std; int main() { int n, i; bool isPrime = true; cout << "Enter a positive integer: "; cin >> n; for (i = 2; i <= n / 2; ++i) { if (n % i == 0) { isPrime = false; break; } } if (isPrime) cout << n <...

Whatsapp Scam:

No, WhatsApp is not offering 1000GB free internet data. Now a days here a new type of scam is going on WhatsApp. A new internet scam is doing rounds on WhatsApp. Users are getting messages that WhatsApp is offering them 1000GB free data. Clicking on the link takes WhatsApp users to a survey site and promises rewards.   Have you received a WhatsApp message offering 1000GB free Internet data? Beware, as it is a scam that is spreading fast. Researchers from cybersecurity firm ESET have received a message on WhatsApp stating that the app was giving away 1000 GB of internet data to celebrate its 10th anniversary this year.  Security researchers from cyber security firm ESET recently received a fradulent message which claimed that WhatsApp was offering them 1000GB free data. What was particularly odd about the message was that the URL that accompanied the text message was not from WhatsApp's official domain.