hudamalmsteen / csipsimple_test

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

More information during call. #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If possible it would interesting to have the following stats during a call:

Codec in use
Latency (ms)
Data used (next to time)
Data lost

Thanks.

Original issue reported on code.google.com by kro...@gmail.com on 14 Jul 2010 at 3:09

GoogleCodeExporter commented 9 years ago
Issue 91 has been merged into this issue.

Original comment by r3gis...@gmail.com on 14 Jul 2010 at 8:55

GoogleCodeExporter commented 9 years ago
Yes that's true.

Will probably add view behind the photo that will appear by flipping clicking 
an "info" at the top left corner.

Original comment by r3gis...@gmail.com on 14 Jul 2010 at 8:59

GoogleCodeExporter commented 9 years ago
Perhaps it could remember the last mode.  As in, it stays flipped until the 
user changes it back - rather than changing it each call.

Original comment by jsuza...@gmail.com on 14 Jul 2010 at 11:52

GoogleCodeExporter commented 9 years ago
Last build :
http://code.google.com/p/csipsimple/downloads/detail?name=CSipSimple_0.00-12-01.
apk 
(Uninstall previously installed application is recommended - unless it was also 
a "bundle" version)

It provides an interface to see all pjsip stats on the current call.
Codec, packets loss, discard etc, and bit-rate.
Information is not refreshed in real time but re-clicking twice on the Info 
button will refresh stats.

For now, I will not provide a nicest way to view stats and codec :

There is a technical reason behind this decision :
pjsip (and specially the user agent api) doesn't provide a simple way to 
directly access the codec name or media statistics. There is only a big 
function that gives all theses stats. 
Writing new methods is quietly simple to do... but... I don't want to modify 
the pjsip user agent code in order to be able to merge their changes as 
frequently as possible. 
In the future, (after the beta release), I'll do this work. 
But I think that this awful interface just implemented will be enough 
understandable for advanced users that what info about codec and stats. Funny 
interface for advanced/medium users can wait, I think ;).

Original comment by r3gis...@gmail.com on 17 Jul 2010 at 4:29

GoogleCodeExporter commented 9 years ago
Just a minor problem with the (i)nfo button: when you bring up the dialpad in 
the course of the call the (i) icon partly obscures the [1] button.

Original comment by egcros...@gmail.com on 18 Jul 2010 at 10:41

GoogleCodeExporter commented 9 years ago
Last build fix the last problem.

Better display is postponed. 

The actual one has the advantage to match exactly what is implemented by pjsip 
guys, so probably better and more complete than one I implement myself.

Original comment by r3gis...@gmail.com on 8 Aug 2010 at 9:35