Interface UserLeftData

Data for user.left event.

interface UserLeftData {
    displayName: string;
    transport: string;
    userId: string;
}

Properties

displayName: string
transport: string
userId: string