Delegate RttCharactersReceivedDelegate
Delegate type for the RttCharactersReceived event of the RttReceiver class.
Namespace: SipLib.RealTimeText
Assembly: SipLib.dll
Syntax
public delegate void RttCharactersReceivedDelegate(string RxChars, string Source)
Parameters
Type | Name | Description |
---|---|---|
string | RxChars | Received text. |
string | Source | Identifies the source of the received characters |