PreviewTeamView.JoinMeetingWithUri(Uri) 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.
Requests to join the meeting with the given appointment.
public:
virtual void JoinMeetingWithUri(Uri ^ meetingUri) = JoinMeetingWithUri;
void JoinMeetingWithUri(Uri const& meetingUri);
public void JoinMeetingWithUri(System.Uri meetingUri);
function joinMeetingWithUri(meetingUri)
Public Sub JoinMeetingWithUri (meetingUri As Uri)