Delegate CoreListener.OnPreviewDisplayErrorOccurredDelegate
Callback to notify that there are errors from the video rendering.
Check LinphoneCallCbsVideoDisplayErrorOccurredCb for more details.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnPreviewDisplayErrorOccurredDelegate(Core core, int errorCode);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| System.Int32 | errorCode | The error code. It depends of the display filter (available for OpenGL) |