ConversationContextChannelEstablishOptions.RemoteConversationId Property
Gets or sets the conversation id with which the remote client should associate the channel.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property RemoteConversationId As String
Get
Set
'Usage
Dim instance As ConversationContextChannelEstablishOptions
Dim value As String
value = instance.RemoteConversationId
instance.RemoteConversationId = value
public string RemoteConversationId { get; set; }
Property Value
Type: System.String
Remarks
Setting this value is optional. If not set, the conversation id of the local conversation, which is passed through the constructor of ConversationContextChannel, will be used.
See Also
Reference
ConversationContextChannelEstablishOptions Class