|
|
|
|
281
|
self._allocateConferenceFocusSuccess(result, callback);
|
281
|
self._allocateConferenceFocusSuccess(result, callback);
|
282
|
},
|
282
|
},
|
283
|
function (error) {
|
283
|
function (error) {
|
284
|
- self._allocateConferenceFocusError(error);
|
|
|
|
|
284
|
+ self._allocateConferenceFocusError(error, callback);
|
285
|
});
|
285
|
});
|
286
|
// XXX We're pressed for time here because we're beginning a complex and/or
|
286
|
// XXX We're pressed for time here because we're beginning a complex and/or
|
287
|
// lengthy conference-establishment process which supposedly involves
|
287
|
// lengthy conference-establishment process which supposedly involves
|