InternalConferencingExtensions.BeginSetEndpointRecording 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 ^ BeginSetEndpointRecording(Microsoft::Rtc::Collaboration::ConferenceSession ^ conferenceSession, bool isRecording, Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ endpoint, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginSetEndpointRecording (this Microsoft.Rtc.Collaboration.ConferenceSession conferenceSession, bool isRecording, Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, AsyncCallback userCallback, object state);
static member BeginSetEndpointRecording : Microsoft.Rtc.Collaboration.ConferenceSession * bool * Microsoft.Rtc.Collaboration.ParticipantEndpoint * AsyncCallback * obj -> IAsyncResult
Parameters
- conferenceSession
- ConferenceSession
- isRecording
- Boolean
- endpoint
- ParticipantEndpoint
- userCallback
- AsyncCallback
- state
- Object