Enum BaudotMode
Linphone.BaudotMode enum represents the Baudot mode to use for the call.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum BaudotMode
Fields
Name | Description |
---|---|
HearingCarryOver | Send Baudot tones, but receive audio.
|
Tty | Send and receive Baudot tones.
|
Voice | Send and receive audio.
|
VoiceCarryOver | Send audio, but receive Baudot tones.
|