Home | History | Annotate | Download | only in webapp

Lines Matching refs:clientSession

11  * |clientSession| to determine if a reconnection is needed.  It then calls into
24 * @param {remoting.ClientSession} clientSession This represents the current
29 remoting.SmartReconnector = function(connector, clientSession) {
34 this.clientSession_ = clientSession;
51 clientSession.addEventListener(
52 remoting.ClientSession.Events.stateChanged,
54 clientSession.addEventListener(
55 remoting.ClientSession.Events.videoChannelStateChanged,
84 * @param {remoting.ClientSession.StateEvent} event
87 var State = remoting.ClientSession.State;
127 remoting.ClientSession.Events.stateChanged,
130 remoting.ClientSession.Events.videoChannelStateChanged,