Retrieves or Creates a conversation initialized to join conference at given URL.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
Conversation

JoinConference(
	
string 
conferenceUrl
)

Parameters

conferenceUrl
Type: System . . :: . . String

Remarks

The expected string should contain either a conference URI [conf:sip:USER@DOMAIN;gruu;opaque=app:conf:focus:id:KEY?required-media=audiovideo] or an ocsmeet file path.

See Also