Skip to content

Commit 38af8ff

Browse files
committed
Update replay to add new sponsor data
1 parent da25225 commit 38af8ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/replay/ReplayConnectorService.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ export class ReplayConnectorService {
113113
enabled: true,
114114
},
115115
timeoutDuration: 60,
116+
sponsorInfo: {
117+
enabled: false,
118+
duration: 5000,
119+
sponsors: [],
120+
},
116121
},
117122
};
118123
this.ws.emit("obs_logon", JSON.stringify(authData));

0 commit comments

Comments
 (0)