이 글은 합병 이전 구 블로그에 게시했던 기사(최초 게시일: 2022년 2월 24일)를 현재 블로그로 이관한 것으로, 내용은 최초 게시 시점 기준입니다. LINE은 1:1 대화뿐 아니라 다자간 대화도 지원합니다. 그런데 LINE에는 서로 다른 용도로 개발된 두 가지 다자간 대화 기능인 '여러 명과의 대화'와 '그룹'이 있었습니다. 여러 명과의 대화(Room)는 일시적인 대화를 위해 설계됐습니다. 여러 명과의 대화를 만들 때에는 따로 방의 이름을 지정할 필요가 없으며, 친구를 여러 명과의 대화에…
The November 2025 Discord update focuses on streamlining content creation and enhancing the user interface across both desktop and mobile platforms. By removing technical barriers for emoji management and reorganizing core navigation, the platform aims to create a more intuitive experience for community interaction and personal expression. These changes signify a push toward visual consistency and greater flexibility in how users present themselves across different server environments.
### Streamlined Emoji Creation
* A new integrated editing screen allows users to crop and resize large images directly during the upload process, eliminating the need for third-party photo editors.
* The Emoji Picker now includes an "Add Emoji" shortcut for users with server permissions, allowing them to upload and assign icons to specific servers without leaving the chat interface.
* Discord has automated the technical requirements for emoji uploads, removing the need for users to manually adjust files to specific resolutions (128x128), file types (PNG), or size limits before importing.
### Desktop Navigation and Utility
* The desktop Settings menu is undergoing a visual refresh and reorganization to improve discoverability and match the platform's modern design language.
* Voice channels on desktop now feature an active timer, providing a visible indicator of how long a specific call has been in progress.
* The "More" section at the bottom of the Settings list serves as the new hub for accessing the Changelog and other platform documentation.
### Personalization and Mobile Features
* Users can now set Nameplates on a per-server basis, allowing for professional appearances in some communities while maintaining more casual aesthetics in others.
* The Discord Shop is now fully functional on mobile devices, enabling users to purchase and send gifts, Avatar Decorations, and bundles directly from tablets or phones.
* Enhanced tools within the Family Center provide parents and guardians with updated oversight features to better monitor and engage with their teens' digital experiences.
Server administrators and active users should take advantage of the new emoji upload tools to refresh their custom icons with less effort, while multi-community users can leverage the per-server Nameplates to better tailor their digital identity to different social contexts.
Since its launch in 2017, Discord Nitro has evolved from a simple four-perk support model into a comprehensive suite of nearly 20 exclusive features that fund the platform’s free messaging infrastructure. To celebrate this growth, Discord is introducing a major visual identity update that reflects the premium experience provided to its millions of subscribers.
### Evolution of the Nitro Feature Set
* The service debuted with four core perks: animated avatars, global custom emoji usage, increased file upload limits, and unique profile badges.
* The feature set has expanded to nearly 20 items, including HD streaming for higher frame rates and the ability to use stickers and soundboard sounds across different servers.
* Recent additions include "Custom Themes," which allow users to personalize the Discord client UI to match their aesthetic preferences.
### New Visual Identity and Branding
* Discord has introduced a "spacey" aesthetic featuring a dark, two-tone color scheme.
* The new palette shifts between a deep "blurple" and a fresh teal tint to create a more premium, "primo" atmosphere.
* The update includes refreshed character art, such as the mascot Wumpus equipped with a new jetpack, to align with the modern theme.
As Nitro continues to expand, these visual and functional updates serve as both a reward for long-term supporters and a way to maintain the platform's core services for the broader community. Users looking for a more customizable and high-performance Discord experience can leverage these new themes and streaming upgrades to personalize their digital workspace.
Engineers at LINE identified a recurring monthly degradation in video call quality, specifically in Japan, where packet loss increased and frames per second (FPS) dropped toward the end of each month. Investigation revealed that this pattern was caused by mobile ISP bitrate throttling once users exhausted their monthly data caps, which the existing congestion control mechanisms were failing to handle efficiently. To resolve this, the team improved their proprietary CCFS (Congestion Control based on Forward path Status) algorithm to more accurately detect these specific network constraints and maintain stable playback.
### Analysis of Monthly Quality Degradation
* Data analysis showed a "monthly cycle" where video decoding FPS was highest at the start of the month and progressively declined toward the end.
* This quality drop was specifically tied to an increase in video packet loss, which prevents normal decoding and results in stuttering or frozen frames.
* Statistical segmentation revealed the issue occurred almost exclusively on 4G mobile networks rather than Wi-Fi, and was more pronounced in high-bitrate video calls than in voice calls.
* The root cause was identified as mobile data plan policies; as users hit their monthly data limits, ISPs impose speed restrictions that create network congestion if the application continues to send high-bitrate data.
### Limitations of Standard Congestion Control
* While the IETF RMCAT working group has standardized algorithms like NADA (RFC8698) and SCReAM (RFC8298), real-time two-way communication requires more sensitive response times than one-way streaming.
* In two-way calls, even a one-second delay makes natural conversation difficult, meaning the system cannot rely on large buffers to smooth out network instability.
* Existing mechanisms were not reacting fast enough to the rigid throughput limits imposed by carrier throttling, leading to packet accumulation in network queues and subsequent loss.
### The CCFS Proprietary Algorithm
* LINE utilizes a custom-developed, sender-based algorithm called CCFS (Congestion Control based on Forward path Status).
* Unlike older algorithms that rely on Round Trip Time (RTT), CCFS focuses on the "forward path"—the actual path packets take to the receiver—by analyzing feedback on packet arrival times and loss.
* CCFS categorizes network status into four distinct states: Default, Probing, Throttled, and Competing.
* The system monitors "delay variation"; when it detects a continuous increase in delay exceeding a specific threshold, it transitions to the "Throttled" state to proactively reduce bitrate before the queue overflows.
### Strategies for Quality Improvement
* The team focused on refining how CCFS handles the transition into the Throttled state to better align with the artificial bandwidth ceilings created by ISPs.
* By improving the sensitivity of forward path status monitoring, the application can more rapidly adjust its transmission rate to stay within the user's current data plan limits.
* This technical adaptation ensures that even when a user's mobile speed is restricted, the video remains smooth, albeit at a lower resolution, rather than breaking up due to packet loss.
To provide a high-quality communication experience, developers must account for external factors like regional ISP policies. Refining proprietary congestion control algorithms to detect specific patterns, such as monthly data-cap throttling, allows for a more resilient service that maintains stability across diverse mobile environments.
To optimize the LINE messenger’s communication performance, LY Corporation conducted an on-site call quality assessment in Thailand to analyze local network conditions and compare performance against rising competitors. The study concluded that while LINE offers superior visual clarity and higher bitrates than its rivals, this high-performance strategy requires a careful technical balance to prevent video freezing in unstable network environments.
### High Video Call Adoption in Thailand
* Thailand exhibits the highest video call usage among LINE’s major markets, with video calls accounting for 30.43% of all 1:1 sessions—more than double the rate of Japan or Taiwan.
* The surge in usage by competitors, specifically "Messenger A," has necessitated frequent benchmarking to maintain LINE’s market leadership and technical edge.
* Thailand serves as the primary testing ground for any updates to video modules due to the local user base's preference for high-quality real-time visual communication.
### On-Site Quality Testing Methodology
* The assessment was performed over five days by five engineers across high-traffic locations in Bangkok, such as Siam Paragon and Samron Market, using True and AIS 4G/5G networks.
* Engineers focused on Quality of Service (QoS) metrics—including packet loss and jitter—to estimate the actual Quality of Experience (QoE) for users.
* Baseline performance for LINE in Thailand was recorded at VGA resolution, with frame rates exceeding 20 FPS and an average latency of approximately 150ms.
### Bitrate Strategy and Performance Trade-offs
* LINE utilizes a high-bitrate strategy, capping at 1Mbps on 5G and 600kbps on 4G, to deliver sharper, more defined images than Competitor A.
* A "start-at-max" approach is used where LINE attempts to find and utilize the highest possible bitrate from the beginning of the call to ensure immediate high quality.
* In contrast, competitors adopt a conservative bitrate strategy, starting low and increasing slowly to prioritize connection stability over visual fidelity.
* The trade-off for LINE’s higher quality is an increased risk of "freezing"—defined as a single frame persisting for more than 200ms—when the network becomes congested or unstable.
### Technical Implications for Future Development
* The relationship between bitrate and network stability remains a zero-sum trade-off; higher bitrates provide better clarity but increase the likelihood of packet delay and loss at the router level.
* LINE’s engineering focus is directed toward optimizing the "initial bitrate" detection logic to ensure high quality without triggering network-induced lag in crowded urban environments.
* Continuous tuning of the balance between peak visual performance and consistent playback remains the core challenge for maintaining service quality in the Thai market.
Discord is celebrating its tenth anniversary, marking a decade of evolution from a niche gaming communication tool into a global social platform for 200 million monthly active users. The milestone report highlights how the platform has shifted the social media paradigm away from algorithmic feeds toward intimate, "digital living room" environments. Ultimately, the data shows that integrated voice and video features are the primary drivers for long-form engagement, significantly increasing both session duration and user retention.
## Gaming Ecosystem and Engagement Metrics
* Discord’s reach has expanded to 200 million monthly active users, with over 90% of the user base having played a PC, console, or mobile game within the last 30 days.
* The platform supports a massive variety of content, with users engaging in more than 8,000 unique titles per month on PC alone.
* Total monthly gaming time on the platform exceeds 2 billion hours, highlighting its role as a central hub for the global gaming community.
* Technical integration of voice chat acts as a force multiplier for engagement; users stay in gaming sessions three times longer when connected via Discord voice.
## Social Dynamics and Multimedia Co-consumption
* Social influence drives discovery and play, as 28% of users launch a specific game within one hour of watching a friend stream it via the platform.
* The presence of a social circle dramatically impacts performance and endurance, with gameplay sessions lasting seven times longer when users play with friends.
* The platform has successfully transitioned into a general-purpose hangout space; after gaming ends, 66% of users remain to watch videos, 59% listen to music, and 49% watch movies or shows together.
* 92% of users utilize voice channels simultaneously while gaming, indicating that the platform functions as a secondary layer to the primary gaming experience.
## The Architecture of Small-Scale Socializing
* Discord has redefined digital interaction by prioritizing "micro-communities" over mass broadcasting, with 90% of all activity occurring in small, intimate servers.
* Communication remains focused and personal, evidenced by the fact that the average voice call consists of only four participants.
* Users are increasingly tribal but focused, typically rotating their time between three different friend-based servers per month.
* This structure replaces traditional social media "doomscrolling" with active participation, mimicking the feeling of physical presence through low-latency voice and video communication.
As Discord enters its second decade, its trajectory suggests that the future of social tech lies in facilitating high-quality, small-group interactions rather than massive public feeds. For developers and creators, the takeaway is clear: community stickiness is best achieved by building tools that allow users to seamlessly transition between active tasks, like gaming, and passive co-consumption of media.
Discord’s Soundboard feature enables users to play immediate audio clips during voice calls to react to live events or social cues. By providing a collection of pre-set and customizable soundbites, the tool adds a layer of expressive, real-time engagement to the platform’s communication suite. This integrated system streamlines the use of audio reactions, removing the need for external software to trigger sound effects during conversations.
### Soundboard Functionality and Usage
* Trigger specific audio reactions like airhorns or audience cheers instantly during voice calls.
* Utilize contextual sounds, such as crickets, to fill silences or react to specific in-game moments.
* Access the feature through a dedicated interface within the call window for rapid selection.
### Customization and Audio Control
* Expand the library by uploading custom sound files to personalize the collection for specific servers or friend groups.
* Manage the playback experience using dedicated volume controls to ensure sounds are audible without being disruptive.
* Navigate settings to find where to add, remove, and organize sounds for easier access during high-energy moments.
To enhance your group interactions, explore adding custom sounds that reflect your community's inside jokes, but be sure to use the individual volume sliders to maintain a comfortable balance for all participants in the call.
Discord has appointed former Activision Blizzard executive Humam Sakhnini as its new CEO, effective April 28, 2025, marking a significant transition from founder-led management to veteran industry leadership. Co-founder Jason Citron will move into an advisory role while remaining on the Board of Directors, and co-founder Stanislav Vishnevskiy will continue his tenure as Chief Technology Officer. This leadership shift is designed to accelerate Discord’s commercial scaling and deepen its integration within the global gaming ecosystem.
**Leadership Transition and Industry Pedigree**
* Humam Sakhnini brings over 15 years of high-level gaming experience, having most recently served as Vice Chairman at Activision Blizzard.
* Sakhnini previously led King Digital Entertainment as President, where he managed record-breaking performance for massive titles such as *Candy Crush*.
* His expertise spans managing multi-billion dollar portfolios including *Call of Duty* and *World of Warcraft*, positioning him to lead Discord’s efforts in professionalizing its business operations.
* Jason Citron’s transition to Advisor follows a decade of building the platform from its inception to a cornerstone of digital communication.
**Market Position and Financial Momentum**
* Discord currently hosts more than 200 million monthly active users who generate 2 billion hours of gameplay each month.
* The company has reported five consecutive quarters of positive adjusted EBITDA, signaling a transition from venture-backed growth to financial sustainability.
* The platform remains the primary social infrastructure for multiplayer gaming, supporting thousands of individual titles through voice, video, and text integration.
**Strategic Evolution of Revenue Streams**
* While the core business has historically relied on the Nitro subscription service, the company is now diversifying into advertising and micro-transactions.
* A renewed focus on "gaming roots" involves providing social infrastructure directly to game developers to help them engage their communities.
* The new leadership aims to capitalize on modern revenue creation and customer acquisition strategies to better monetize the platform’s massive engagement metrics.
This leadership change indicates that Discord is moving into a "growth and monetization" phase, prioritizing industrial-scale operations over early-stage product discovery. For developers and partners, this likely means a more aggressive rollout of developer tools and collaborative features designed to bridge the gap between gameplay and community management.