What is Skype and what are its top alternatives?
Skype is a widely used communication platform that offers features such as video calls, voice calls, messaging, and file sharing. It allows users to connect with others globally, making it a popular choice for both personal and business use. However, Skype has limitations such as occasional call quality issues, connection problems, and a somewhat outdated user interface.
- Zoom: Zoom is a popular video conferencing tool known for its high-quality video and audio, screen sharing capabilities, and virtual backgrounds. Pros include ease of use and versatility, while cons may include security concerns.
- Microsoft Teams: Microsoft Teams offers chat, video calls, file sharing, and integration with other Microsoft Office apps. Pros include seamless collaboration, while cons may include a steep learning curve for new users.
- Google Meet: Google Meet provides simple video conferencing features, integration with Google Workspace, and the ability to schedule meetings with Google Calendar. Pros include cross-platform compatibility, while cons may include limited free features.
- Cisco Webex: Cisco Webex offers video conferencing, webinars, and virtual events with features like HD video and AI-powered noise cancellation. Pros include enterprise-grade security, while cons may include pricing for advanced features.
- GoToMeeting: GoToMeeting is a powerful online meeting tool with features like screen sharing, recording, and customizable meeting backgrounds. Pros include reliability and scalability, while cons may include higher pricing for larger teams.
- Slack: Slack is a messaging platform with video conferencing capabilities, file sharing, and integration with other tools. Pros include robust collaboration features, while cons may include limited video calling participants in the free version.
- Discord: Discord is a communication platform geared towards gamers, offering voice chat, video streaming, and community building features. Pros include customization options and server organization, while cons may include potential distractions from unrelated chats.
- Jitsi Meet: Jitsi Meet is an open-source video conferencing tool with end-to-end encryption, screen sharing, and no account needed to join meetings. Pros include privacy and security, while cons may include fewer advanced features compared to other platforms.
- WhatsApp: WhatsApp is a messaging app with voice and video calling features, end-to-end encryption, and group chats. Pros include widespread usage and simplicity, while cons may include limitations on conference call participants.
- BlueJeans: BlueJeans offers enterprise-grade video conferencing with features like Dolby Voice audio, integration with productivity tools, and event streaming capabilities. Pros include high-quality audio and video, while cons may include pricing for premium features.
Top Alternatives to Skype
- Zoom
Zoom unifies cloud video conferencing, simple online meetings, and cross platform group chat into one easy-to-use platform. Our solution offers the best video, audio, and screen-sharing experience across Zoom Rooms, Windows, Mac, iOS, Android, and H.323/SIP room systems. ...
- Discord
Discord is a modern free voice & text chat app for groups of gamers. Our resilient Erlang backend running on the cloud has built in DDoS protection with automatic server failover. ...
- Microsoft Teams
See content and chat history anytime, including team chats with Skype that are visible to the whole team. Private group chats are available for smaller group conversations. ...
- Slack
Imagine all your team communication in one place, instantly searchable, available wherever you go. That’s Slack. All your messages. All your files. And everything from Twitter, Dropbox, Google Docs, Asana, Trello, GitHub and dozens of other services. All together. ...
- Google Hangouts
Message contacts, start free video or voice calls, and hop on a conversation with one person or a group. ...
- Hangouts
It is a communication platform which includes messaging, video chat, and VOIP features. ...
- WhatsApp
It is a cross-platform mobile messaging app for iPhone, BlackBerry, Android, Windows Phone and Nokia. It allows users to send text messages and voice messages, make voice and video calls, and share images, documents, user locations, and other media. ...
- Skype for Business
With one click, anyone can join your online meeting, from any device. You can choose to meet right away, or schedule from Outlook for later. The meeting URL is personalized just for you. ...
Skype alternatives & related posts
- Web conferencing made easy25
- Remote control option16
- Draw on screen13
- Very reliable12
- In-meeting chat is pretty good11
- Free9
- Pair programming sessions with shared controls9
- Easy to share meeting links/invites8
- Good Sound Quality7
- Cloud recordings for meetings6
- Great mobile app5
- Virtual backgrounds4
- Recording Feature4
- Other people use it4
- User Friendly actions4
- Reactions (emoticons)2
- Auto reconnecting2
- Chrome extension is great to easily create meetings2
- While sharing screen, you can still see your video2
- Mute all participants at once2
- When ending the videocall, everybody gets kicked2
- Different options for blocking chat2
- Easily share video with audio1
- /zoom on Slack1
- Registration form1
- Meant for business and education1
- Zoom0
- Limited time if you are a basic member20
- Limited Storage14
- Hate how sharing your screen defaults to Full Screen11
- Quality isn't great (Free)10
- No cursor highlight on screenshare.9
- Potential security flaws8
- Onboarding process for new users is not intuitive7
- Virtual background quality isn't good5
- Security5
- Editing can be improved4
- Doesn't handle switching audio sources well4
- The native calendar is buggy4
- Dashboard can be improved4
- Pornographic material displayed3
- Any body can get in it3
- Not many emojis3
- Past chat history is not saved3
- Recording Feature3
- En In reality,the chat in the meet not is excelent,noo3
- Zoom lags a lot3
related Zoom posts
Using Screenhero via Slack was getting to be pretty horrible. Video and sound quality was often times pretty bad and worst of all the service just wasn't reliable. We all had high hopes when the acquisition went through but ultimately, the product just didn't live up to expectations. We ended up trying Zoom after I had heard about it from some friends at other companies. We noticed the video/sound quality was better, and more importantly it was super reliable. The Slack integration was awesome (just type /zoom and it starts a call)
You can schedule recurring calls which is helpful. There's a G Suite (Google Calendar) integration which lets you add a Zoom call (w/dial in info + link to web/mobile) with the click of a button.
Meeting recordings (video and audio) are really nice, you get recordings stored in the cloud on the higher tier plans. One of our engineers, Jerome, actually built a cool little Slack integration using the Slack API and Zoom API so that every time a recording is processed, a link gets posted to the "event-recordings" channel. The iOS app is great too!
#WebAndVideoConferencing #videochat
Server side
We decided to use Python for our backend because it is one of the industry standard languages for data analysis and machine learning. It also has a lot of support due to its large user base.
Web Server: We chose Flask because we want to keep our machine learning / data analysis and the web server in the same language. Flask is easy to use and we all have experience with it. Postman will be used for creating and testing APIs due to its convenience.
Machine Learning: We decided to go with PyTorch for machine learning since it is one of the most popular libraries. It is also known to have an easier learning curve than other popular libraries such as Tensorflow. This is important because our team lacks ML experience and learning the tool as fast as possible would increase productivity.
Data Analysis: Some common Python libraries will be used to analyze our data. These include NumPy, Pandas , and matplotlib. These tools combined will help us learn the properties and characteristics of our data. Jupyter notebook will be used to help organize the data analysis process, and improve the code readability.
Client side
UI: We decided to use React for the UI because it helps organize the data and variables of the application into components, making it very convenient to maintain our dashboard. Since React is one of the most popular front end frameworks right now, there will be a lot of support for it as well as a lot of potential new hires that are familiar with the framework. CSS 3 and HTML5 will be used for the basic styling and structure of the web app, as they are the most widely used front end languages.
State Management: We decided to use Redux to manage the state of the application since it works naturally to React. Our team also already has experience working with Redux which gave it a slight edge over the other state management libraries.
Data Visualization: We decided to use the React-based library Victory to visualize the data. They have very user friendly documentation on their official website which we find easy to learn from.
Cache
- Caching: We decided between Redis and memcached because they are two of the most popular open-source cache engines. We ultimately decided to use Redis to improve our web app performance mainly due to the extra functionalities it provides such as fine-tuning cache contents and durability.
Database
- Database: We decided to use a NoSQL database over a relational database because of its flexibility from not having a predefined schema. The user behavior analytics has to be flexible since the data we plan to store may change frequently. We decided on MongoDB because it is lightweight and we can easily host the database with MongoDB Atlas . Everyone on our team also has experience working with MongoDB.
Infrastructure
- Deployment: We decided to use Heroku over AWS, Azure, Google Cloud because it is free. Although there are advantages to the other cloud services, Heroku makes the most sense to our team because our primary goal is to build an MVP.
Other Tools
Communication Slack will be used as the primary source of communication. It provides all the features needed for basic discussions. In terms of more interactive meetings, Zoom will be used for its video calls and screen sharing capabilities.
Source Control The project will be stored on GitHub and all code changes will be done though pull requests. This will help us keep the codebase clean and make it easy to revert changes when we need to.
Discord
- Unlimited Users64
- Unlimited Channels58
- Easy to use54
- Voice Chat50
- Fast and easy set-ups and connections48
- Clean UI45
- Free42
- Mobile Friendly42
- Android App32
- Mention system28
- Customizable notifications on per channel basis26
- Customizable ranks/permissions25
- IOS app21
- Good code embedding20
- Vast Webhook Support18
- Dark mode15
- Roles13
- Easy context switching between work and home13
- Bot control12
- Great Communities12
- Very Resource Friendly11
- Robust11
- Easy to develop for11
- Great Customer Support11
- Video Call Conference11
- Video call meeting11
- Sharing screen layer10
- Able to hold 99 people in one call10
- Easy Server Setup and joining system9
- Shares screen with other member9
- Easy9
- Great browser experience8
- Easy to code bots for7
- Lower bandwidth requirements than competitors7
- Noice6
- Easily set up custom emoji3
- Not as many integrations as Slack10
- For gamers9
- Limited file size5
- Sends data to US Gov4
- For everyone4
- Undescriptive in global ban reasons2
- Suspected Pedophiles in few servers2
- Unsupportive Support1
- High memory and CPU footprint1
related Discord posts
Shortly after I joined Algolia as a developer advocate, I knew I wanted to establish a place for the community to congregate and share their projects, questions and advice. There are a ton of platforms out there that can be used to host communities, and they tend to fall into two categories - real-time sync (like chat) and async (like forums). Because the community was already large, I felt that a chat platform like Discord or Gitter might be overwhelming and opted for a forum-like solution instead (which would also create content that's searchable from Google).
I looked at paid, closed-source options like AnswerHub and ForumBee and old-school solutions like phpBB and vBulletin, but none seemed to offer the power, flexibility and developer-friendliness of Discourse. Discourse is open source, written in Rails with Ember.js on the front-end. That made me confident I could modify it to meet our exact needs. Discourse's own forum is very active which made me confident I could get help if I needed it.
It took about a month to get Discourse up-and-running and make authentication tied to algolia.com via the SSO plugin. Adding additional plugins for moderation or look-and-feel customization was fairly straightforward, and I even created a plugin to make the forum content searchable with Algolia. To stay on top of answering questions and moderation, we used the Discourse API to publish new messages into our Slack. All-in-all I would say we were happy with Discourse - the only caveat would be that it's very helpful to have technical knowledge as well as Rails knowledge in order to get the most out of it.
From a StackShare Community member: “We’re about to start a chat group for our open source project (over 5K stars on GitHub) so we can let our community collaborate more closely. The obvious choice would be Slack (k8s and a ton of major projects use it), but we’ve seen Gitter (webpack uses it) for a lot of open source projects, Discord (Vue.js moved to them), and as of late I’m seeing Spectrum more and more often. Does anyone have experience with these or other alternatives? Is it even worth assessing all these options, or should we just go with Slack? Some things that are important to us: free, all the regular integrations (GitHub, Heroku, etc), mobile & desktop apps, and open source is of course a plus."
- Work well with the rest of Office 365 work flow29
- Mobile friendly24
- Free19
- Great integrations12
- Well-thought Design12
- Channels10
- Easy setup9
- Unlimited users6
- Strong search and data archiving5
- Easy to integrate with5
- Web interface4
- Multi domain switching support4
- Same interface on multiple platforms3
- Great voice quality2
- Confusing UI17
- Bad performance on init and after quite a use12
- Bad Usermanagement10
- No desktop client (only fat and slow electron app)6
- Can't see all members in a video meeting6
- Unable to Mute users5
- No Markdown Support5
- You don't really own your messages4
- MIssing public channels4
- Forced WYSIWYG4
- Stubborn, unused friendly3
- Challenging Onboarding3
- No linux support3
- Audio support problems1
related Microsoft Teams posts
Looking for the pros and cons for a tool we can use best for cross-team collaboration (software development). Has anyone compared Google Hangouts Chat with Microsoft Teams? What were the advantages of either??
We use Microsoft Teams as our primary workplace collaboration tool. It enables our team to work remotely and still collaborate on projects - with integration to JIRA and Confluence, the tool enables us to create War Rooms when problems occur and also provides information-sharing capabilities. Replaced HipChat.
- Easy to integrate with1.2K
- Excellent interface on multiple platforms876
- Free849
- Mobile friendly694
- People really enjoy using it690
- Great integrations331
- Flexible notification preferences315
- Unlimited users198
- Strong search and data archiving184
- Multi domain switching support155
- Easy to use82
- Beautiful40
- Hubot support27
- Unread/read control22
- Slackbot21
- Permalink for each messages19
- Text snippet with highlighting17
- Quote message easily15
- Per-room notification14
- Awesome integration support13
- Star for each message / attached files12
- IRC gateway12
- Good communication within a team11
- Dropbox Integration11
- Slick, search is great10
- Jira Integration10
- New Relic Integration9
- Great communication tool8
- Combine All Services Quickly8
- Asana Integration8
- This tool understands developers7
- XMPP gateway7
- Google Drive Integration7
- Awesomeness7
- Replaces email6
- Twitter Integration6
- Google Docs Integration6
- BitBucket integration6
- Jenkins Integration5
- GREAT Customer Support / Quick Response to Feedback5
- Guest and Restricted user control5
- Clean UI4
- Excellent multi platform internal communication tool4
- GitHub integration4
- Mention list view4
- Gathers all my communications in one place4
- Perfect implementation of chat + integrations3
- Easy3
- Easy to add a reaction3
- Timely while non intrusive3
- Great on-boarding3
- Threaded chat3
- Visual Studio Integration3
- Easy to start working with3
- Android app3
- Simplicity2
- Message Actions2
- It's basically an improved (although closed) IRC2
- So much better than email2
- Eases collaboration for geographically dispersed teams2
- Great interface2
- Great Channel Customization2
- Markdown2
- Intuitive, easy to use, great integrations2
- Great Support Team1
- Watch1
- Multi work-space support1
- Flexible and Accessible1
- Better User Experience1
- Archive Importing1
- Travis CI integration1
- It's the coolest IM ever1
- Community1
- Great API1
- Easy remote communication1
- Get less busy1
- API1
- Zapier integration1
- Targetprocess integration1
- Finally with terrible "threading"—I miss Flowdock1
- Complete with plenty of Electron BLOAT1
- I was 666 star :D1
- Dev communication Made Easy1
- Integrates with just about everything1
- Very customizable1
- Platforms0
- Easy to useL0
- Can be distracting depending on how you use it13
- Requires some management for large teams6
- Limit messages history6
- Too expensive5
- You don't really own your messages5
- Too many notifications by default4
related Slack posts
Sentry has been essential to our development approach. Nobody likes errors or apps that crash. We use Sentry heavily during Node.js and React development. Our developers are able to see error reports, crashes, user's browsers, and more, all in one place. Sentry also seamlessly integrates with Asana, Slack, and GitHub.
Last time we shared there information about our decision about using YouTrack over Jira actually we found much better solution that our team have loved. Linear is a minimalistic issue tracker that integrates well with Sentry, GitHub, Slack and Figma which are our basic tools. I would like to recommend checking out Linear as a potential alternative to "heavy" issue trackers, maybe at enterprises that may not work but when we're a startup that works awesome!
related Google Hangouts posts
I own an Escape Room. Since right now everyone is practicing social distancing, I would like to run my Escape Room games virtually. I would like to allow approx 4 users to log in to play. They can chitchat a few minutes before their game to get to know each other. Then once the game begins, I will introduce myself and give them the plot to their escape game. I will have a wide-angle camera mounted to the wall to show the room, and as the game master, carry a tablet or webcam around as players talk to me and direct me to show them certain items in the room, move in for closeups in certain areas, try lock combinations, etc. I will be their hands while they solve the puzzles. I am not sure if Google Hangouts Google Meet or Zoom is better for this. I did try it yesterday using google hangout meet and it was good, but I think there may have been a wifi issue where it was choppy. Just trying to figure out the best option. Thank you! Catherine
I'm looking for advice on what App to use in conversation and phone calls to someone who lives out of the country. Should I use Google Hangouts, Google Hangouts Chat, or does anyone have any other suggestions? I would greatly appreciate any help you could possibly provide. Thank you
related Hangouts posts
- Free16
- Easy to carry on with contact3
- No privacy1
- Centralized1
- Maximum to 8 person video call1