Delegate CallListener.OnBaudotDetectedDelegate
Callback to notify that Baudot tones have been detected in the audio received from the remote.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnBaudotDetectedDelegate(Call call, BaudotStandard standard);
Parameters
Type | Name | Description |
---|---|---|
Call | call | LinphoneCall where Baudot tones have been detected |
BaudotStandard | standard | The Baudot standard of the detected tones. |