Skip to content

Function: aliasSession()

ts
function aliasSession(bridgeSessionId: string, storeSessionId: string): void;

Defined in: src/UI/state/index.ts:163

Map a bridge session id to a different store session id (for shared stores).

Parameters

ParameterType
bridgeSessionIdstring
storeSessionIdstring

Returns

void

Matterway Assistant SDK Documentation