IHostedApplicationMultichannel.Conference(String, String) 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.
Adds another agent/expert/supervisor to ongoing Chat Session
public:
bool Conference(System::String ^ sessionID, System::String ^ newPartyUri);
public bool Conference (string sessionID, string newPartyUri);
abstract member Conference : string * string -> bool
Public Function Conference (sessionID As String, newPartyUri As String) As Boolean
Parameters
- sessionID
- String
The key used to open a connection the channel.
- newPartyUri
- String
The URI indicating the party to add to the conference.
Returns
A boolean is returned indicating success or failure.
Remarks
The sessionID may need to be converted for each channel as the data type is unknown.