|
|
@@ -357,7 +357,9 @@ Moderator.prototype.allocateConferenceFocus = function(callback) {
|
|
357
|
357
|
Moderator.prototype._allocateConferenceFocusError = function(error, callback) {
|
|
358
|
358
|
// If the session is invalid, remove and try again without session ID to get
|
|
359
|
359
|
// a new one
|
|
360
|
|
- const invalidSession = $(error).find('>error>session-invalid').length;
|
|
|
360
|
+ const invalidSession
|
|
|
361
|
+ = $(error).find('>error>session-invalid').length
|
|
|
362
|
+ || $(error).find('>error>not-acceptable').length;
|
|
361
|
363
|
|
|
362
|
364
|
if (invalidSession) {
|
|
363
|
365
|
logger.info('Session expired! - removing');
|