From bdc24681f71ab07cbe548dd006a4624dda669fd1 Mon Sep 17 00:00:00 2001 From: Brad Midgley Date: Thu, 8 Mar 2007 15:30:48 +0000 Subject: indicatecall --- audio/audio-api.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 92858823..81c98aef 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -64,6 +64,16 @@ Methods string GetAddress() Gain is 0..15 + void IndicateCall() + + Indicate an incoming call on the headset + connected to the stream. Will continue to + ring the headset about every 3 seconds. + + void CancelCall() + + Cancel the incoming call indication. + Signals void SpeakerGainChanged(uint16 gain) The speaker gain changed. @@ -71,3 +81,11 @@ Signals void SpeakerGainChanged(uint16 gain) void MicrophoneGainChanged(uint16 gain) The microphone gain changed. + + void CallIndicated() + + An incoming call was indicated. + + void CallCanceled() + + Incoming call was canceled. -- cgit