onRinging

open fun onRinging(call: Call?)

Deprecated

Use onStartRinging(call: Call?, ringerType: Call.RingerType) and onStopRinging(call: Call?, ringerType: Call.RingerType) combo instead

Replace with

onStartRinging(call: Call?, ringerType: Call.RingerType) onStopRinging(call: Call?, ringerType: Call.RingerType)

Callback when remote participant(s) is ringing.

Since

0.1

Parameters

call

an identifier for call