Want to create interactive content? It’s easy in Genially!

Get started free

Lync

Ishita

Created on December 14, 2022

Start designing with a free template

Discover more than 1500 professional designs like these:

Math Lesson Plan

Primary Unit Plan 2

Animated Chalkboard Learning Unit

Business Learning Unit

Corporate Signature Learning Unit

Code Training Unit

History Unit plan

Transcript

Lync

links you to the world

Submitted by

Aman Singh (2003480130004) Ishita Gupta (2003481530010) Lakshya Srivastava (2003481530015)

let's link!

Abstract

Bridge communication gap.

Available universally.

Caters more than 200 participants.

Facilitate in-app file sharing.

Seamless connectivity over low bandwidth networks.

features

Real-time messaging

Authentication

In-app file sharing

Hosting

Database

methodolgies

Flutter Open-source SDK to create the application.

Jitsi Meet Package Open-source plug-in to deploy various video conferencing features.

Firebase To autheticate users and track data storage using Cloud Firestore.

Dart Programming language to create a fast application.

next

database by firebase

Firebase provides a real-time NoSQL database and backend as a service. Application developers use the available API to synchronize data across clients and store it on Firebase's cloud storage. Lync uses the database to store meeing history and user-information (such as e-mail and photo).

next

jitsi meet package

jitsi meet plug-in for flutter which supports android, ios, and web platforms.

var options = JitsiMeetingOptions(room: roomName)​ ..userDisplayName = name​ ..userEmail = _authMethods.user.email​ ..userAvatarURL = _authMethods.user.photoURL​ ..audioMuted = isAudioMuted​ ..videoMuted = isVideoMuted;​ ​ _firestoreMethods.addToMeetingHistory(roomName);​ await JitsiMeet.joinMeeting(options);​ } catch (error) {​ print("error: $error");​ }​

Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences​.

flow diagram

sign-up/login

join

home page

thank you!

You've been a wonderful audience!

ready to link?