Function to obtain a text name of multi-user conference by its numeric identifier (UID).
function mGetConfNameByUID(iUID: integer): string;
Parameter |
Type |
Value |
---|---|---|
iUID |
integer |
conference numeric identifier (UID). |
Conference name. If there is no such conference, the function returns an empty string.
begin
mLogScript(mGetConfNameByUID(1), '');
mLogScript(mGetConfNameByUID(2), '');
end.
[14:55:32] (Log "mGetConfNameByUID"): main
[14:55:32] (Log "mGetConfNameByUID"): work