InterfaceMeetingSessionConfigurationOptions

interface MeetingSessionConfigurationOptions {
    attendence: AttendeeResponse;
    config: {
        app_id: string;
        bypass: any;
        passport: string;
        vendor: string;
    };
    expire_time: number;
    identifier: string;
    user_id: string;
    user_sig: string;
    vendor_wrapper: MeetingResponse;
}

Properties

attendence: AttendeeResponse
config: {
    app_id: string;
    bypass: any;
    passport: string;
    vendor: string;
}
expire_time: number
identifier: string
user_id: string
user_sig: string
vendor_wrapper: MeetingResponse