692693694695696697698699700701702
*/ private void notifyRecordingStop() { IStreamAwareScopeHandler handler = getStreamAwareHandler(); if (handler != null) { try { handler.streamRecordStop(this); } catch (Throwable t) { log.error("Error in notifyBroadcastClose", t); } } }
486487488489490491492493494495496