![]() |
SwyxIt! Client SDK 14.20
|
import "CLMgrPub.idl";
Public Member Functions | |
HRESULT | PubCreateMediastreamingLink ([out] BSTR *pMsLinkId) |
HRESULT | PubDeleteMediastreamingLink ([in] BSTR MsLinkId) |
Line manager interface Handles connection to server and selection of lines,
Use this interface from C++ clients
HRESULT IClientLineMgrPub8::PubCreateMediastreamingLink | ( | [out] BSTR * | pMsLinkId | ) |
Power dial mode only Create a media streaming link object for linking the RTP connections of multiple lines in power dial mode Returns an GUID as reference for the created object. This GUID can passed to multiple lines for connecting the media streaming
HRESULT IClientLineMgrPub8::PubDeleteMediastreamingLink | ( | [in] BSTR | MsLinkId | ) |
Power dial mode only Delete a media streaming link object given by its GUID. The GUID should not passed to lines afterwards.