qBool GetSessionURLs( ProtocolCallContext * pContext, GatheringID gid, qList< StationURL > * lstUrls );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | gid | ID of the gathering to be obtained. |
out | lstUrls | List of host URLs. |
true
on success and false
on failure. If true
is returned, lstURLs
gives the list of session host station URLs. Gets the URL of the gathering host.
Gets the URL of the gathering host. This function can only be called by gathering participants. Pass the URL list obtained with this function to the SessionJoinSession
function without processing.
The following results may be returned as a result of asynchronous operation. Use the application to handle these results.
QERROR(RendezVous, SessionVoid)
: The gathering does not exist. QERROR(RendezVous, PermissionDenied)
: Not a participant in the gathering.
QERROR(RendezVous, SessionVoid)
. The function was revised to return QERROR(RendezVous, PermissionDenied)
instead.CONFIDENTIAL