From 409c7df7467aa824c3f3c1ddeb81b3c47468a4aa Mon Sep 17 00:00:00 2001 From: balzack Date: Mon, 1 Jul 2024 22:55:12 -0700 Subject: [PATCH] adding missing accessor --- app/sdk/src/api.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/sdk/src/api.ts b/app/sdk/src/api.ts index 5b5fa3cd..6e0726f0 100644 --- a/app/sdk/src/api.ts +++ b/app/sdk/src/api.ts @@ -25,6 +25,8 @@ export interface Session { getAlias(): Alias; getAttribute(): Attribute; getContent(): Content; + getStream(): Stream; + getFocus(channelId: string, cardId: string): Focus; resync(): void;