[Android/WebRTC] WebRTC 개념

Web Real-Time Communications 별도의 소프트웨어없이 음성, 영상, 텍스트, 파일 등의 데이터를 브라우저끼리 주고 받을 수 있게 만든 기술 P2P 통신에 최적화 MediaStream: 카메라, 마이크 등의 데이터... »

[Android/STOMP] STOMP 사용

Simple Text Oriented Messaging Protocol 👊 Setting repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { implementation 'com.github.NaikSoftware:StompProtocolAndroid:1.6.6' } https://github.com/NaikSoftware/StompProtocolAndroid를 이용하였다. 1. STOMP 생성... »