Re: [GnomeMeeting-devel-list] DBUS component for gnomemeeting



Le lundi 23 août 2004 à 09:41 +0200, PUYDT Julien a écrit :

> In fact, GetRemoteConnectionInfo gets the url from the (lowlevel)
> H323Connection, which has no need for a (highlevel) url. Would it be
> possible for the endpoint to store for each call the url used to get it,
> if there was any?
> 
> That way, GetRemoteConnectionInfo would do something like (pseudo-code):
> if (storedUrl)
>   return_url is storedURL
> else
>   return_url is H323ConnectionURL
> endif
> 

A bit hackish and it wouldn't solve everything...
But we could do :
if (connection.IsRemote ())
 URL = connection.Get... ();
else
 URL = URL from the URL bar;

But that would be hackish

-- 
 _      Damien Sandras
(o-     GnomeMeeting: http://www.gnomemeeting.org/
//\     FOSDEM      : http://www.fosdem.org
v_/_    H.323 phone : callto:ils.seconix.com/dsandras seconix com

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]