We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f5172 commit 288089eCopy full SHA for 288089e
1 file changed
webapp/packages/multi-video-player/src/gateway-api.ts
@@ -70,7 +70,7 @@ export class GatewayRecordingApi {
70
71
static fromPullUrl(pullUrl: string): GatewayRecordingApi {
72
const url = new URL(pullUrl);
73
- const pathParts = url.pathname.split('/pull/');
+ const pathParts = url.pathname.split('/jet/jrec/pull/');
74
const gatewayUrl = `${url.protocol}//${url.host}${pathParts[0]}`;
75
const sessionId = pathParts[1].split('/')[0];
76
const token = url.searchParams.get('token') || '';
0 commit comments