Lines Matching refs:call

5call, call information is packed into data packets and transmitted over the network. Therefore, th…
7 - Cellular call refers to the traditional telephony service provided by carriers. Currently, APIs f…
9 When developing the audio call service, you must use a proper audio processing policy based on the …
13call service, the system switches to the call-related audio scene (specified by [AudioScene](../..…
15 For example, in the cellular call audio scene, the system prioritizes voice clarity. To deliver a c…
21 - **AUDIO_SCENE_RINGING**: ringing audio scene, which is used when a call is coming and is open onl…
23 - **AUDIO_SCENE_PHONE_CALL**: cellular call audio scene, which is used for cellular calls and is op…
27call **getAudioScene** in the [AudioManager](../../reference/apis-audio-kit/js-apis-audio.md#audio…
31 When an audio call is coming, the application notifies the user by playing a ringtone or vibrating,…
35 - **RINGER_MODE_SILENT**: silent mode, in which no sound is played when a call is coming in.
37 …TE**: vibration mode, in which no sound is played but the device vibrates when a call is coming in.
39 - **RINGER_MODE_NORMAL**: normal mode, in which a ringtone is played when a call is coming in.
41 The application can call **getRingerMode** in the [AudioVolumeGroupManager](../../reference/apis-au…
43 If the application wants to obtain the ringer mode changes in time, it can call **on('ringerModeCha…
47 When a call is coming, the system selects an appropriate audio device based on the default priority…
49 For details, see [Using the Call Device Switching Component](../avsession/using-switch-call-devices…