ConferenceSession.BeginJoin Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
BeginJoin(AsyncCallback, Object) | Obsolete. This method will be removed from future versions. Instead, use BeginJoin(ConferenceJoinOptions, AsyncCallback, Object) to join a conference. Creates and joins an ad-hoc conference. | |
BeginJoin(ConferenceJoinInformation, AsyncCallback, Object) | Obsolete. This method will be removed from future versions. Instead, use BeginJoin(String, ConferenceJoinOptions, AsyncCallback, Object) to join a conference. Joins a conference based on the provided join information. | |
BeginJoin(ConferenceJoinOptions, AsyncCallback, Object) | Joins a conference based on the provided join options. | |
BeginJoin(String, ConferenceJoinOptions, AsyncCallback, Object) | Joins a conference based on the provided conference URI and join options. |
Top