getWebSession method
Implementation
TauRecorder? getWebSession(TauRecorderCallback callback)
{
return _slots[findSession(callback)];
}
TauRecorder? getWebSession(TauRecorderCallback callback)
{
return _slots[findSession(callback)];
}