emitGetSessionRequest

fun emitGetSessionRequest(requestId: String, topic: String)

Emits a "portal_getSessionRequest" event to the connected client.

Parameters

requestId

A unique identifier for the session request. This is used to track and match the request with its corresponding response.

topic

The topic associated with the requested session. This helps to identify the specific session being requested.