Type Alias E2EEOptions

E2EEOptions: E2EEManagerOptions | {
    e2eeManager: BaseE2EEManager;
}

Type declaration