Interface ListEgressOptions

interface ListEgressOptions {
    active?: boolean;
    egressId?: string;
    roomName?: string;
}

Properties

active?: boolean
egressId?: string
roomName?: string