Skip to content

Commit 6884045

Browse files
revert get tream url function
1 parent 8a0d8de commit 6884045

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/directLine.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,14 +1198,6 @@ export class DirectLine implements IBotConnection {
11981198
return !!this.voiceModeEnabled;
11991199
}
12001200

1201-
/**
1202-
* Returns the current WebSocket stream URL (with /multimodal suffix if voice mode is enabled).
1203-
* Useful for debugging and testing.
1204-
*/
1205-
getStreamUrl(): string | undefined {
1206-
return this.streamUrl ? this.getMultimodalStreamUrl(this.streamUrl) : undefined;
1207-
}
1208-
12091201
/**
12101202
* Adds an event listener for adapter events (e.g., 'capabilitieschanged').
12111203
* Used by consumer to subscribe to capability updates.

0 commit comments

Comments
 (0)