Title: Data transmitted / Data received Post by: HelgeLange on July 01, 2016, 10:24:09 PM Hello Danijel,
I'd like to ask if there is any way that I can know in my mobile app (TRtcHttpClient + TRtcClientModule) how much data I sent to the server (in Bytes/kBytes with JSON overhead etc) and also how much data I received from the server as answer. Thanks! Helge Title: Re: Data transmitted / Data received Post by: D.Tkalcec (RTC) on July 02, 2016, 09:28:37 AM TRtcHttpClient component has OnDataIn/OnDataOut events and DataIn/DataOut properties, which you can use to monitor how much data is being sent or received.
Best Regards, Danijel Tkalcec |