mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix: no voice in speech page; custom personal page redirect notworking. feat: sync sroll bar between question display page an obs component
This commit is contained in:
@@ -11,7 +11,7 @@ export interface RTCData {
|
||||
Data: any
|
||||
}
|
||||
|
||||
abstract class BaseRTCClient {
|
||||
export abstract class BaseRTCClient {
|
||||
constructor(user: string, pass: string) {
|
||||
this.user = user
|
||||
this.pass = pass
|
||||
|
||||
Reference in New Issue
Block a user