Since we are using POST request in long polling fashion to get the SDP offer from the broker and sending an answer. Since this is only a two-time use, do we need Retrofit library or if OkHttp is suffice. Retrofit uses OkHttp and it is a little bit bloated but feature-rich as compared to OkHttp.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Although I said OkHttp is suffice. Retrofit is feature-rich, like auto parsing of JSON objects, another main and important thing is it works very well and integrate well with RxJava (#34307 (moved)).
Besides, code looks much simpler and elegant with OkHttp.