diff options
-rw-r--r-- | doc/voicecall-api.txt | 12 | ||||
-rw-r--r-- | doc/voicecallmanager-api.txt | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index 0fa31adc..253c30d6 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -146,12 +146,12 @@ Properties string LineIdentification [readonly] Contains the indication if the voice call is an emergency call or not. - boolean RemoteHeld + boolean RemoteHeld [experimental] - Contains the indication whether the voice call is put on - hold by the remote party or not. + Contains the indication whether the voice call is put + on hold by the remote party or not. - boolean RemoteMultiparty + boolean RemoteMultiparty [experimental] - Contains the indication whether the voice call is joined - in a multiparty call by the remote party or not. + Contains the indication whether the voice call is + joined in a multiparty call by the remote party or not. diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 06e7b4ef..ca8aaec6 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -144,7 +144,7 @@ Signals CallAdded(object path, dict properties) Signal is emitted whenever a property has changed. The new value is passed as the signal argument. - BarringActive(string type) + BarringActive(string type) [experimental] Signal emitted when an outgoing voice call is made and the call has been barred by the network due to the @@ -157,7 +157,7 @@ Signals CallAdded(object path, dict properties) settings for outgoing calls. In this case the type parameter in the signal is set to "local". - CallForwarded(string type) + CallForwarded(string type) [experimental] Signal emitted when an outgoing voice call is made and the call has been redirected to another number due to |