We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0d8de commit 6884045Copy full SHA for 6884045
1 file changed
src/directLine.ts
@@ -1198,14 +1198,6 @@ export class DirectLine implements IBotConnection {
1198
return !!this.voiceModeEnabled;
1199
}
1200
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
-
1209
/**
1210
* Adds an event listener for adapter events (e.g., 'capabilitieschanged').
1211
* Used by consumer to subscribe to capability updates.
0 commit comments