Hi Andrew, > diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt > index efeae42..dae3ec2 100644 > --- a/doc/voicecall-api.txt > +++ b/doc/voicecall-api.txt > @@ -106,3 +106,14 @@ Properties string LineIdentification [readonly] > stamped when the call enters the "active" state. > Client applications can use this to infer somewhat > reliable call duration information. > + > + string Information [readonly, optional] > + > + Contains information related to the call for the > + user. Currently this property is set for calls > + initiated by SIM Toolkit applications. > + > + string IconID [readonly, optional] > + > + Icon identifier to be used instead of or together > + with the text information. So my preference here is simply Icon, or IconIdentifier. IconID breaks our pure CamelCase rules for APIs. Regards, -Denis