Type alias ClientSessionEvents

ClientSessionEvents: {
    ended(session) => void;
}

Type declaration

Generated using TypeDoc