AudioVideoMcuSessionExtensions.BeginTransfer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static IAsyncResult ^ BeginTransfer(Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoMcuSession ^ avmcuSession, System::String ^ remoteEndpointAddress, System::String ^ conversationId, System::String ^ participantUri, System::String ^ participantDisplayName, System::String ^ referToUri, System::String ^ replacesHeaderValue, System::Collections::Generic::IEnumerable<System::String ^> ^ mediaTypes, Microsoft::Rtc::Collaboration::McuTransferOptions ^ mcuTransferOptions, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginTransfer (this Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession avmcuSession, string remoteEndpointAddress, string conversationId, string participantUri, string participantDisplayName, string referToUri, string replacesHeaderValue, System.Collections.Generic.IEnumerable<string> mediaTypes, Microsoft.Rtc.Collaboration.McuTransferOptions mcuTransferOptions, AsyncCallback userCallback, object state);
static member BeginTransfer : Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoMcuSession * string * string * string * string * string * string * seq<string> * Microsoft.Rtc.Collaboration.McuTransferOptions * AsyncCallback * obj -> IAsyncResult
Parameters
- avmcuSession
- AudioVideoMcuSession
- remoteEndpointAddress
- String
- conversationId
- String
- participantUri
- String
- participantDisplayName
- String
- referToUri
- String
- replacesHeaderValue
- String
- mediaTypes
- IEnumerable<String>
- mcuTransferOptions
- McuTransferOptions
- userCallback
- AsyncCallback
- state
- Object