Dhi Aurrahman
Dhi Aurrahman
Hi, I want to know if it is required to abort a call when we wrap a remote call e.g. http request when we reached timeout? Thanks!
Hi, In order to use this lib, is the `PJMEDIA_HAS_SRTP` should be defined as `0`? Inside the `config_site.h` ``` #define PJMEDIA_HAS_SRTP 0 ``` Thanks!
How can I implement data relationship? e.g. Author and Books Author has 3 Books `Author = { book_ids = [ book1, book2, book3 ]}` Thanks!
Hi, Is it possible to modify the transition style? e.g. I want to have a nice Android page transition just like in fries http://jaunesarmiento.me/fries/ Thanks diorahman
Currently, I see that the active connections is managed in memory using array. Is there such a "reconnection" mechanism in IMAP world? Hence, if a connection is considered inactive, the...