Click or drag to resize
DialogContainerTryGetDialog Method (DialogID)
Gets a dialog from the container.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ISIPDialog TryGetDialog(
	DialogID dialogID
)

Parameters

dialogID
Type: Ozeki.VoIPDialogID

Return Value

Type: ISIPDialog

Implements

IDialogContainerTryGetDialog(DialogID)
See Also