BeginTransfer Method (AudioVideoCall, McuTransferOptions, AsyncCallback, Object)
Transfers an established two party Audio Video call to the MCU.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginTransfer ( _
call As AudioVideoCall, _
mcuTransferOptions As McuTransferOptions, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As AudioVideoMcuSession
Dim call As AudioVideoCall
Dim mcuTransferOptions As McuTransferOptions
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginTransfer(call, _
mcuTransferOptions, userCallback, _
state)
public IAsyncResult BeginTransfer(
AudioVideoCall call,
McuTransferOptions mcuTransferOptions,
AsyncCallback userCallback,
Object state
)
Parameters
- mcuTransferOptions
Type: Microsoft.Rtc.Collaboration..::..McuTransferOptions
- userCallback
Type: System..::..AsyncCallback
- state
Type: System..::..Object
Return Value
Type: System..::..IAsyncResult