feat(backend): add SIMPLE_STREAMING WebRTC control-path streaming

This commit is contained in:
2026-03-05 13:30:00 +00:00
parent c458857f0a
commit 19baf76169
14 changed files with 448 additions and 189 deletions

View File

@@ -37,6 +37,8 @@ export class MockMediaProvider implements MediaProvider {
name = 'mock';
async createSession(input: MediaSessionCreateInput): Promise<MediaSessionCreateResult> {
// SIMPLE_STREAMING bypasses provider-backed transport at runtime. This metadata
// path is kept only for legacy endpoints and backwards compatibility.
const mediaSessionId = `mock_${input.streamSessionId}`;
const baseUrl = getBaseUrl();